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