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