#[repr(C)]pub struct GpuCullingHeaderT {
pub num_viewers: u32,
pub viewers_offset: u32,
pub num_transforms: u32,
pub results_offset: u32,
}Fields§
§num_viewers: u32§viewers_offset: u32§num_transforms: u32§results_offset: u32Trait Implementations§
Source§impl Clone for GpuCullingHeaderT
impl Clone for GpuCullingHeaderT
Source§fn clone(&self) -> GpuCullingHeaderT
fn clone(&self) -> GpuCullingHeaderT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GpuCullingHeaderT
impl Default for GpuCullingHeaderT
Source§fn default() -> GpuCullingHeaderT
fn default() -> GpuCullingHeaderT
Returns the “default value” for a type. Read more
impl Copy for GpuCullingHeaderT
Auto Trait Implementations§
impl Freeze for GpuCullingHeaderT
impl RefUnwindSafe for GpuCullingHeaderT
impl Send for GpuCullingHeaderT
impl Sync for GpuCullingHeaderT
impl Unpin for GpuCullingHeaderT
impl UnwindSafe for GpuCullingHeaderT
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