Enum optee_utee::object::ObjectStorageConstants
source · #[repr(u32)]pub enum ObjectStorageConstants {
Private = 1,
IllegalValue = 2_147_483_647,
}
Variants§
Auto Trait Implementations§
impl Freeze for ObjectStorageConstants
impl RefUnwindSafe for ObjectStorageConstants
impl Send for ObjectStorageConstants
impl Sync for ObjectStorageConstants
impl Unpin for ObjectStorageConstants
impl UnwindSafe for ObjectStorageConstants
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