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