#[repr(transparent)]pub struct Lastedge(pub u16);Expand description
Last Edge Time
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Lastedge
impl Eq for Lastedge
impl StructuralPartialEq for Lastedge
Auto Trait Implementations§
impl Freeze for Lastedge
impl RefUnwindSafe for Lastedge
impl Send for Lastedge
impl Sync for Lastedge
impl Unpin for Lastedge
impl UnwindSafe for Lastedge
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