pub enum SauRegionAttribute {
Secure,
NonSecureCallable,
NonSecure,
}Expand description
Possible attribute of a SAU region.
Variants§
Secure
SAU region is Secure
NonSecureCallable
SAU region is Non-Secure Callable
NonSecure
SAU region is Non-Secure
Trait Implementations§
Source§impl Clone for SauRegionAttribute
impl Clone for SauRegionAttribute
Source§fn clone(&self) -> SauRegionAttribute
fn clone(&self) -> SauRegionAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SauRegionAttribute
Source§impl Debug for SauRegionAttribute
impl Debug for SauRegionAttribute
impl Eq for SauRegionAttribute
Source§impl PartialEq for SauRegionAttribute
impl PartialEq for SauRegionAttribute
impl StructuralPartialEq for SauRegionAttribute
Auto Trait Implementations§
impl Freeze for SauRegionAttribute
impl RefUnwindSafe for SauRegionAttribute
impl Send for SauRegionAttribute
impl Sync for SauRegionAttribute
impl Unpin for SauRegionAttribute
impl UnsafeUnpin for SauRegionAttribute
impl UnwindSafe for SauRegionAttribute
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