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