pub enum PassClearColor {
InitWith(Vec4),
ClearWith(Vec4),
}
Variants§
Trait Implementations§
§impl Clone for PassClearColor
impl Clone for PassClearColor
§fn clone(&self) -> PassClearColor
fn clone(&self) -> PassClearColor
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 more§impl Default for PassClearColor
impl Default for PassClearColor
§fn default() -> PassClearColor
fn default() -> PassClearColor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PassClearColor
impl Send for PassClearColor
impl Sync for PassClearColor
impl Unpin for PassClearColor
impl UnwindSafe for PassClearColor
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