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