#[repr(C)]pub struct ScreenSpaceAmbientOcclusionSettings_DepthSource {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ScreenSpaceAmbientOcclusionSettings_DepthSource
impl ScreenSpaceAmbientOcclusionSettings_DepthSource
pub fn depth() -> Self
pub fn depth_normals() -> Self
Trait Implementations§
Source§impl Clone for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl Clone for ScreenSpaceAmbientOcclusionSettings_DepthSource
Source§fn clone(&self) -> ScreenSpaceAmbientOcclusionSettings_DepthSource
fn clone(&self) -> ScreenSpaceAmbientOcclusionSettings_DepthSource
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 ScreenSpaceAmbientOcclusionSettings_DepthSource
impl Debug for ScreenSpaceAmbientOcclusionSettings_DepthSource
Source§impl IlType for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl IlType for ScreenSpaceAmbientOcclusionSettings_DepthSource
Source§impl PartialEq for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl PartialEq for ScreenSpaceAmbientOcclusionSettings_DepthSource
Source§fn eq(&self, other: &ScreenSpaceAmbientOcclusionSettings_DepthSource) -> bool
fn eq(&self, other: &ScreenSpaceAmbientOcclusionSettings_DepthSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl Eq for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl StructuralPartialEq for ScreenSpaceAmbientOcclusionSettings_DepthSource
Auto Trait Implementations§
impl Freeze for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl RefUnwindSafe for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl Send for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl Sync for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl Unpin for ScreenSpaceAmbientOcclusionSettings_DepthSource
impl UnwindSafe for ScreenSpaceAmbientOcclusionSettings_DepthSource
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)