Struct openxr_sys::EventDataEventsLost
source · [−]#[repr(C)]pub struct EventDataEventsLost {
pub ty: StructureType,
pub next: *const c_void,
pub lost_event_count: u32,
}Expand description
Fields
ty: StructureTypenext: *const c_voidlost_event_count: u32Implementations
sourceimpl EventDataEventsLost
impl EventDataEventsLost
pub const TYPE: StructureType = StructureType::EVENT_DATA_EVENTS_LOST
Trait Implementations
sourceimpl Clone for EventDataEventsLost
impl Clone for EventDataEventsLost
sourcefn clone(&self) -> EventDataEventsLost
fn clone(&self) -> EventDataEventsLost
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EventDataEventsLost
impl Debug for EventDataEventsLost
impl Copy for EventDataEventsLost
Auto Trait Implementations
impl RefUnwindSafe for EventDataEventsLost
impl !Send for EventDataEventsLost
impl !Sync for EventDataEventsLost
impl Unpin for EventDataEventsLost
impl UnwindSafe for EventDataEventsLost
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more