pub struct ModeTag {
pub mfg_code: Option<u16>,
pub value: Option<u8>,
}Fields§
§mfg_code: Option<u16>§value: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeTag
impl RefUnwindSafe for ModeTag
impl Send for ModeTag
impl Sync for ModeTag
impl Unpin for ModeTag
impl UnwindSafe for ModeTag
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