Struct optee_utee_sys::TEE_Time
source · #[repr(C)]pub struct TEE_Time {
pub seconds: u32,
pub millis: u32,
}Fields§
§seconds: u32§millis: u32Auto Trait Implementations§
impl Freeze for TEE_Time
impl RefUnwindSafe for TEE_Time
impl Send for TEE_Time
impl Sync for TEE_Time
impl Unpin for TEE_Time
impl UnwindSafe for TEE_Time
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