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