#[repr(C)]pub struct QualitySettingsStack_Settings {
pub v_sync_count: i32,
pub maximum_lod_level: i32,
pub shadow_distance: f32,
pub shadowmask_mode: ShadowmaskMode,
pub shadow_resolution: ShadowResolution,
pub shadow_cascades: i32,
pub global_maximum_lod: i32,
}Expand description
Fields§
§v_sync_count: i32§maximum_lod_level: i32§shadow_distance: f32§shadowmask_mode: ShadowmaskMode§shadow_resolution: ShadowResolution§shadow_cascades: i32§global_maximum_lod: i32Trait Implementations§
Source§impl Clone for QualitySettingsStack_Settings
impl Clone for QualitySettingsStack_Settings
Source§fn clone(&self) -> QualitySettingsStack_Settings
fn clone(&self) -> QualitySettingsStack_Settings
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 moreimpl Copy for QualitySettingsStack_Settings
Auto Trait Implementations§
impl Freeze for QualitySettingsStack_Settings
impl RefUnwindSafe for QualitySettingsStack_Settings
impl Send for QualitySettingsStack_Settings
impl Sync for QualitySettingsStack_Settings
impl Unpin for QualitySettingsStack_Settings
impl UnwindSafe for QualitySettingsStack_Settings
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)