Struct Hsyncs
#[repr(transparent)]pub struct Hsyncs(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Hsyncs
impl Ord for Hsyncs
§impl PartialOrd for Hsyncs
impl PartialOrd for Hsyncs
impl Copy for Hsyncs
impl Eq for Hsyncs
impl StructuralPartialEq for Hsyncs
Auto Trait Implementations§
impl Freeze for Hsyncs
impl RefUnwindSafe for Hsyncs
impl Send for Hsyncs
impl Sync for Hsyncs
impl Unpin for Hsyncs
impl UnwindSafe for Hsyncs
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