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