#[repr(C)]pub struct EXTDOMAIN {
pub perm: PERM,
}Expand description
Register block
Fields§
§perm: PERM0x00 - Description cluster: Access for bus access generated from the external domain n List capabilities of the external domain n
Auto Trait Implementations§
impl !Freeze for EXTDOMAIN
impl !RefUnwindSafe for EXTDOMAIN
impl !Sync for EXTDOMAIN
impl Send for EXTDOMAIN
impl Unpin for EXTDOMAIN
impl UnsafeUnpin for EXTDOMAIN
impl UnwindSafe for EXTDOMAIN
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