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