#[repr(C)]pub struct EventDataInstanceLossPending {
pub ty: StructureType,
pub next: *const c_void,
pub loss_time: Time,
}Expand description
Fields§
§ty: StructureType§next: *const c_void§loss_time: TimeImplementations§
Source§impl EventDataInstanceLossPending
impl EventDataInstanceLossPending
pub const TYPE: StructureType = StructureType::EVENT_DATA_INSTANCE_LOSS_PENDING
Trait Implementations§
Source§impl Clone for EventDataInstanceLossPending
impl Clone for EventDataInstanceLossPending
Source§fn clone(&self) -> EventDataInstanceLossPending
fn clone(&self) -> EventDataInstanceLossPending
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventDataInstanceLossPending
Auto Trait Implementations§
impl !Send for EventDataInstanceLossPending
impl !Sync for EventDataInstanceLossPending
impl Freeze for EventDataInstanceLossPending
impl RefUnwindSafe for EventDataInstanceLossPending
impl Unpin for EventDataInstanceLossPending
impl UnsafeUnpin for EventDataInstanceLossPending
impl UnwindSafe for EventDataInstanceLossPending
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