Enum optee_utee::object::MiscellaneousConstants
source · #[repr(u32)]pub enum MiscellaneousConstants {
TeeDataMaxPosition = 4_294_967_295,
TeeObjectIdMaxLen = 64,
}
Expand description
Miscellaneous constants.
Variants§
TeeDataMaxPosition = 4_294_967_295
Maximum offset of a data object.
TeeObjectIdMaxLen = 64
Maximum length of an object id.
Auto Trait Implementations§
impl Freeze for MiscellaneousConstants
impl RefUnwindSafe for MiscellaneousConstants
impl Send for MiscellaneousConstants
impl Sync for MiscellaneousConstants
impl Unpin for MiscellaneousConstants
impl UnwindSafe for MiscellaneousConstants
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