pub struct AclAcl { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl AclAcl
impl AclAcl
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn addr(self) -> Reg<u32, RW>
pub const fn addr(self) -> Reg<u32, RW>
Description cluster: Start address of region to protect. The start address must be word-aligned.
Trait Implementations§
impl Copy for AclAcl
impl Eq for AclAcl
impl Send for AclAcl
impl StructuralPartialEq for AclAcl
impl Sync for AclAcl
Auto Trait Implementations§
impl Freeze for AclAcl
impl RefUnwindSafe for AclAcl
impl Unpin for AclAcl
impl UnwindSafe for AclAcl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)