#[repr(transparent)]pub struct Srdatab(pub u32);Expand description
Target Read Data Byte
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Srdatab
impl Eq for Srdatab
impl StructuralPartialEq for Srdatab
Auto Trait Implementations§
impl Freeze for Srdatab
impl RefUnwindSafe for Srdatab
impl Send for Srdatab
impl Sync for Srdatab
impl Unpin for Srdatab
impl UnwindSafe for Srdatab
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