pub struct ACR { /* private fields */ }
Expand description
Access control register
Implementations§
Auto Trait Implementations§
impl !Freeze for ACR
impl !RefUnwindSafe for ACR
impl Send for ACR
impl !Sync for ACR
impl Unpin for ACR
impl UnwindSafe for ACR
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