Struct zx_wake_source_report_header_t      
#[repr(C)]pub struct zx_wake_source_report_header_t {
    pub report_time: i64,
    pub suspend_start_time: i64,
    pub total_wake_sources: u32,
    pub unreported_wake_report_entries: u32,
}Fields§
§report_time: i64§suspend_start_time: i64§total_wake_sources: u32§unreported_wake_report_entries: u32Auto Trait Implementations§
impl Freeze for zx_wake_source_report_header_t
impl RefUnwindSafe for zx_wake_source_report_header_t
impl Send for zx_wake_source_report_header_t
impl Sync for zx_wake_source_report_header_t
impl Unpin for zx_wake_source_report_header_t
impl UnwindSafe for zx_wake_source_report_header_t
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