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