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