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