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