Struct raknet::RakNetTime
source · #[repr(transparent)]pub struct RakNetTime(_);
Implementations§
source§impl RakNetTime
impl RakNetTime
Trait Implementations§
source§impl Clone for RakNetTime
impl Clone for RakNetTime
source§fn clone(&self) -> RakNetTime
fn clone(&self) -> RakNetTime
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RakNetTime
impl Debug for RakNetTime
source§impl TryFrom<Duration> for RakNetTime
impl TryFrom<Duration> for RakNetTime
impl Copy for RakNetTime
impl ReadSafe for RakNetTime
impl WriteSafe for RakNetTime
Auto Trait Implementations§
impl RefUnwindSafe for RakNetTime
impl Send for RakNetTime
impl Sync for RakNetTime
impl Unpin for RakNetTime
impl UnwindSafe for RakNetTime
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more