pub struct LayerDepthData {
pub depth_bias: f32,
}Expand description
plLayerDepth — applies depth bias to prevent z-fighting on decals.
Fields§
§depth_bias: f32Trait Implementations§
Source§impl Clone for LayerDepthData
impl Clone for LayerDepthData
Source§fn clone(&self) -> LayerDepthData
fn clone(&self) -> LayerDepthData
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 Debug for LayerDepthData
impl Debug for LayerDepthData
Auto Trait Implementations§
impl Freeze for LayerDepthData
impl RefUnwindSafe for LayerDepthData
impl Send for LayerDepthData
impl Sync for LayerDepthData
impl Unpin for LayerDepthData
impl UnsafeUnpin for LayerDepthData
impl UnwindSafe for LayerDepthData
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