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