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