#[repr(C)]pub struct TimestampProtocol {
pub get_timestamp: unsafe extern "efiapi" fn() -> u64,
pub get_properties: unsafe extern "efiapi" fn(_: *mut TimestampProperties) -> Status,
}
Fields§
§get_timestamp: unsafe extern "efiapi" fn() -> u64
§get_properties: unsafe extern "efiapi" fn(_: *mut TimestampProperties) -> Status
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimestampProtocol
impl RefUnwindSafe for TimestampProtocol
impl Send for TimestampProtocol
impl Sync for TimestampProtocol
impl Unpin for TimestampProtocol
impl UnwindSafe for TimestampProtocol
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