pub struct CKCR { /* private fields */ }
Expand description
Layerx Color Keying Configuration Register
Implementations§
Auto Trait Implementations§
impl !Freeze for CKCR
impl !RefUnwindSafe for CKCR
impl Send for CKCR
impl !Sync for CKCR
impl Unpin for CKCR
impl UnwindSafe for CKCR
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