Struct riot_sys::NRF_ACL_Type
source · [−]Expand description
@brief Access control lists (ACL)
Fields
RESERVED: [u32; 512]
ACL: [ACL_ACL_Type; 8]
< (@ 0x00000800) Unspecified
Trait Implementations
sourceimpl Clone for NRF_ACL_Type
impl Clone for NRF_ACL_Type
sourcefn clone(&self) -> NRF_ACL_Type
fn clone(&self) -> NRF_ACL_Type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NRF_ACL_Type
impl Debug for NRF_ACL_Type
sourceimpl Default for NRF_ACL_Type
impl Default for NRF_ACL_Type
impl Copy for NRF_ACL_Type
Auto Trait Implementations
impl RefUnwindSafe for NRF_ACL_Type
impl Send for NRF_ACL_Type
impl Sync for NRF_ACL_Type
impl Unpin for NRF_ACL_Type
impl UnwindSafe for NRF_ACL_Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more