#[repr(transparent)]pub struct Pcor(pub u32);Expand description
Port Clear Output
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pcor
impl Eq for Pcor
impl StructuralPartialEq for Pcor
Auto Trait Implementations§
impl Freeze for Pcor
impl RefUnwindSafe for Pcor
impl Send for Pcor
impl Sync for Pcor
impl Unpin for Pcor
impl UnwindSafe for Pcor
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