#[repr(u8)]pub enum Tzm {
NOT_AVAILABLE = 0,
ENABLED = 1,
}
Variants§
NOT_AVAILABLE = 0
Arm TrustZone support not available
ENABLED = 1
Arm TrustZone support is available
Implementations§
Trait Implementations§
Source§impl Ord for Tzm
impl Ord for Tzm
Source§impl PartialOrd for Tzm
impl PartialOrd for Tzm
impl Copy for Tzm
impl Eq for Tzm
impl StructuralPartialEq for Tzm
Auto Trait Implementations§
impl Freeze for Tzm
impl RefUnwindSafe for Tzm
impl Send for Tzm
impl Sync for Tzm
impl Unpin for Tzm
impl UnwindSafe for Tzm
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
)