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