#[repr(C)]pub struct CullingOptions {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl CullingOptions
impl CullingOptions
pub fn none() -> Self
pub fn force_even_if_camera_is_not_active() -> Self
pub fn occlusion_cull() -> Self
pub fn needs_lighting() -> Self
pub fn needs_reflection_probes() -> Self
pub fn stereo() -> Self
pub fn disable_per_object_culling() -> Self
pub fn shadow_casters() -> Self
Trait Implementations§
Source§impl ClassIdentity for CullingOptions
impl ClassIdentity for CullingOptions
Source§impl Clone for CullingOptions
impl Clone for CullingOptions
Source§fn clone(&self) -> CullingOptions
fn clone(&self) -> CullingOptions
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CullingOptions
impl Debug for CullingOptions
Source§impl PartialEq for CullingOptions
impl PartialEq for CullingOptions
impl Copy for CullingOptions
impl Eq for CullingOptions
impl StructuralPartialEq for CullingOptions
Auto Trait Implementations§
impl Freeze for CullingOptions
impl RefUnwindSafe for CullingOptions
impl Send for CullingOptions
impl Sync for CullingOptions
impl Unpin for CullingOptions
impl UnwindSafe for CullingOptions
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)