#[repr(transparent)]pub struct RamnscSize(pub u32);
Expand description
Description cluster: Define the size of the non-secure callable (NSC) region n
Tuple Fields§
§0: u32
Implementations§
Source§impl RamnscSize
impl RamnscSize
Trait Implementations§
Source§impl Clone for RamnscSize
impl Clone for RamnscSize
Source§fn clone(&self) -> RamnscSize
fn clone(&self) -> RamnscSize
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 Default for RamnscSize
impl Default for RamnscSize
Source§fn default() -> RamnscSize
fn default() -> RamnscSize
Returns the “default value” for a type. Read more
Source§impl PartialEq for RamnscSize
impl PartialEq for RamnscSize
impl Copy for RamnscSize
impl Eq for RamnscSize
impl StructuralPartialEq for RamnscSize
Auto Trait Implementations§
impl Freeze for RamnscSize
impl RefUnwindSafe for RamnscSize
impl Send for RamnscSize
impl Sync for RamnscSize
impl Unpin for RamnscSize
impl UnwindSafe for RamnscSize
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
)