pub enum PassClearDepth {
InitWith(f32),
ClearWith(f32),
}
Variants§
Trait Implementations§
Source§impl Clone for PassClearDepth
impl Clone for PassClearDepth
Source§fn clone(&self) -> PassClearDepth
fn clone(&self) -> PassClearDepth
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for PassClearDepth
impl RefUnwindSafe for PassClearDepth
impl Send for PassClearDepth
impl Sync for PassClearDepth
impl Unpin for PassClearDepth
impl UnwindSafe for PassClearDepth
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