#[repr(transparent)]pub struct Capclr(pub u32);Expand description
Capture Clear
Tuple Fields§
§0: u32Implementations§
Source§impl Capclr
impl Capclr
Sourcepub const fn set_capclr0(&mut self, val: Capclr0)
pub const fn set_capclr0(&mut self, val: Capclr0)
Clear Capture 0
Sourcepub const fn set_capclr1(&mut self, val: Capclr1)
pub const fn set_capclr1(&mut self, val: Capclr1)
Clear Capture 1
Sourcepub const fn set_capclr2(&mut self, val: Capclr2)
pub const fn set_capclr2(&mut self, val: Capclr2)
Clear Capture 2
Sourcepub const fn set_capclr3(&mut self, val: Capclr3)
pub const fn set_capclr3(&mut self, val: Capclr3)
Clear Capture 3
Trait Implementations§
impl Copy for Capclr
impl Eq for Capclr
impl StructuralPartialEq for Capclr
Auto Trait Implementations§
impl Freeze for Capclr
impl RefUnwindSafe for Capclr
impl Send for Capclr
impl Sync for Capclr
impl Unpin for Capclr
impl UnwindSafe for Capclr
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