#[repr(C)]pub struct GeometryAABBNV {
pub s_type: StructureType,
pub next: *const c_void,
pub aabb_data: Buffer,
pub num_aab_bs: u32,
pub stride: u32,
pub offset: DeviceSize,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§aabb_data: Buffer§num_aab_bs: u32§stride: u32§offset: DeviceSizeTrait Implementations§
Source§impl Clone for GeometryAABBNV
impl Clone for GeometryAABBNV
Source§fn clone(&self) -> GeometryAABBNV
fn clone(&self) -> GeometryAABBNV
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 GeometryAABBNV
Source§impl Debug for GeometryAABBNV
impl Debug for GeometryAABBNV
Source§impl Default for GeometryAABBNV
impl Default for GeometryAABBNV
impl Eq for GeometryAABBNV
Source§impl Hash for GeometryAABBNV
impl Hash for GeometryAABBNV
Source§impl PartialEq for GeometryAABBNV
impl PartialEq for GeometryAABBNV
Source§fn eq(&self, other: &GeometryAABBNV) -> bool
fn eq(&self, other: &GeometryAABBNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for GeometryAABBNV
impl StructuralPartialEq for GeometryAABBNV
impl Sync for GeometryAABBNV
Auto Trait Implementations§
impl Freeze for GeometryAABBNV
impl RefUnwindSafe for GeometryAABBNV
impl Unpin for GeometryAABBNV
impl UnsafeUnpin for GeometryAABBNV
impl UnwindSafe for GeometryAABBNV
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