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