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