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