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