#[repr(C)]pub struct zx_wake_source_report_entry_t {
pub koid: u64,
pub name: [u8; 32],
pub initial_signal_time: i64,
pub last_signal_time: i64,
pub last_ack_time: i64,
pub signal_count: u32,
pub flags: u32,
}
Fields§
§koid: u64
§name: [u8; 32]
§initial_signal_time: i64
§last_signal_time: i64
§last_ack_time: i64
§signal_count: u32
§flags: u32
Auto Trait Implementations§
impl Freeze for zx_wake_source_report_entry_t
impl RefUnwindSafe for zx_wake_source_report_entry_t
impl Send for zx_wake_source_report_entry_t
impl Sync for zx_wake_source_report_entry_t
impl Unpin for zx_wake_source_report_entry_t
impl UnwindSafe for zx_wake_source_report_entry_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