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