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