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