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