#[repr(C)]pub struct CullingViewerT {
pub frustum_planes: [Vec4T; 6],
pub visibility_mask: u64,
}Fields§
§frustum_planes: [Vec4T; 6]§visibility_mask: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CullingViewerT
impl RefUnwindSafe for CullingViewerT
impl Send for CullingViewerT
impl Sync for CullingViewerT
impl Unpin for CullingViewerT
impl UnwindSafe for CullingViewerT
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