Struct nrf52840_pac::ACL
source · pub struct ACL { /* private fields */ }
Expand description
Access control lists
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ACL
impl RefUnwindSafe for ACL
impl !Sync for ACL
impl Unpin for ACL
impl UnwindSafe for ACL
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