#[repr(C)]pub struct GeometryNV {
pub sType: StructureType,
pub pNext: *const c_void,
pub geometryType: GeometryTypeKHR,
pub geometry: GeometryDataNV,
pub flags: GeometryFlagsKHR,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§geometryType: GeometryTypeKHR
§geometry: GeometryDataNV
§flags: GeometryFlagsKHR
Trait Implementations§
Source§impl Clone for GeometryNV
impl Clone for GeometryNV
Source§fn clone(&self) -> GeometryNV
fn clone(&self) -> GeometryNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GeometryNV
Auto Trait Implementations§
impl Freeze for GeometryNV
impl RefUnwindSafe for GeometryNV
impl !Send for GeometryNV
impl !Sync for GeometryNV
impl Unpin for GeometryNV
impl UnwindSafe for GeometryNV
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