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§
Auto Trait Implementations§
impl Freeze for SauRegionAttribute
impl RefUnwindSafe for SauRegionAttribute
impl Send for SauRegionAttribute
impl Sync for SauRegionAttribute
impl Unpin 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