#[repr(u8)]pub enum RamnscSizeSize {
Show 16 variants
DISABLED = 0,
_32 = 1,
_64 = 2,
_128 = 3,
_256 = 4,
_512 = 5,
_1024 = 6,
_2048 = 7,
_4096 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
DISABLED = 0
The region n is not defined as a non-secure callable region. Normal security attributes (secure or non-secure) are enforced.
_32 = 1
The region n is defined as non-secure callable with size 32 bytes
_64 = 2
The region n is defined as non-secure callable with size 64 bytes
_128 = 3
The region n is defined as non-secure callable with size 128 bytes
_256 = 4
The region n is defined as non-secure callable with size 256 bytes
_512 = 5
The region n is defined as non-secure callable with size 512 bytes
_1024 = 6
The region n is defined as non-secure callable with size 1024 bytes
_2048 = 7
The region n is defined as non-secure callable with size 2048 bytes
_4096 = 8
The region n is defined as non-secure callable with size 4096 bytes
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Clone for RamnscSizeSize
impl Clone for RamnscSizeSize
Source§fn clone(&self) -> RamnscSizeSize
fn clone(&self) -> RamnscSizeSize
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<RamnscSizeSize> for u8
impl From<RamnscSizeSize> for u8
Source§fn from(val: RamnscSizeSize) -> u8
fn from(val: RamnscSizeSize) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RamnscSizeSize
impl From<u8> for RamnscSizeSize
Source§fn from(val: u8) -> RamnscSizeSize
fn from(val: u8) -> RamnscSizeSize
Converts to this type from the input type.
Source§impl Ord for RamnscSizeSize
impl Ord for RamnscSizeSize
Source§fn cmp(&self, other: &RamnscSizeSize) -> Ordering
fn cmp(&self, other: &RamnscSizeSize) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RamnscSizeSize
impl PartialEq for RamnscSizeSize
Source§impl PartialOrd for RamnscSizeSize
impl PartialOrd for RamnscSizeSize
impl Copy for RamnscSizeSize
impl Eq for RamnscSizeSize
impl StructuralPartialEq for RamnscSizeSize
Auto Trait Implementations§
impl Freeze for RamnscSizeSize
impl RefUnwindSafe for RamnscSizeSize
impl Send for RamnscSizeSize
impl Sync for RamnscSizeSize
impl Unpin for RamnscSizeSize
impl UnwindSafe for RamnscSizeSize
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
)