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