Struct openxr_sys::EventDataBaseHeader
source · [−]#[repr(C)]pub struct EventDataBaseHeader {
pub ty: StructureType,
pub next: *const c_void,
}Expand description
Fields
ty: StructureTypenext: *const c_voidTrait Implementations
sourceimpl Clone for EventDataBaseHeader
impl Clone for EventDataBaseHeader
sourcefn clone(&self) -> EventDataBaseHeader
fn clone(&self) -> EventDataBaseHeader
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 EventDataBaseHeader
impl Debug for EventDataBaseHeader
impl Copy for EventDataBaseHeader
Auto Trait Implementations
impl RefUnwindSafe for EventDataBaseHeader
impl !Send for EventDataBaseHeader
impl !Sync for EventDataBaseHeader
impl Unpin for EventDataBaseHeader
impl UnwindSafe for EventDataBaseHeader
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