#[repr(C)]pub struct FrameBeginInfo {
pub ty: StructureType,
pub next: *const c_void,
}Expand description
See XrFrameBeginInfo
Fields§
§ty: StructureType§next: *const c_voidImplementations§
Source§impl FrameBeginInfo
impl FrameBeginInfo
pub const TYPE: StructureType = StructureType::FRAME_BEGIN_INFO
Trait Implementations§
Source§impl Clone for FrameBeginInfo
impl Clone for FrameBeginInfo
Source§fn clone(&self) -> FrameBeginInfo
fn clone(&self) -> FrameBeginInfo
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 FrameBeginInfo
Auto Trait Implementations§
impl !Send for FrameBeginInfo
impl !Sync for FrameBeginInfo
impl Freeze for FrameBeginInfo
impl RefUnwindSafe for FrameBeginInfo
impl Unpin for FrameBeginInfo
impl UnsafeUnpin for FrameBeginInfo
impl UnwindSafe for FrameBeginInfo
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