pub struct SEC_SIZE_R(/* private fields */);
Expand description
Field SEC_SIZE
reader - Securable memory area size
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SEC_SIZE_R
impl RefUnwindSafe for SEC_SIZE_R
impl Send for SEC_SIZE_R
impl Sync for SEC_SIZE_R
impl Unpin for SEC_SIZE_R
impl UnwindSafe for SEC_SIZE_R
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