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