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