pub struct RasterizationDepthState {}Trait Implementations§
Source§impl Clone for RasterizationDepthState
impl Clone for RasterizationDepthState
Source§fn clone(&self) -> RasterizationDepthState
fn clone(&self) -> RasterizationDepthState
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 Default for RasterizationDepthState
impl Default for RasterizationDepthState
Source§fn default() -> RasterizationDepthState
fn default() -> RasterizationDepthState
Returns the “default value” for a type. Read more
impl Copy for RasterizationDepthState
Auto Trait Implementations§
impl Freeze for RasterizationDepthState
impl RefUnwindSafe for RasterizationDepthState
impl Send for RasterizationDepthState
impl Sync for RasterizationDepthState
impl Unpin for RasterizationDepthState
impl UnwindSafe for RasterizationDepthState
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