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