#[repr(C)]pub struct ClearDepthStencilValue {
pub depth: f32,
pub stencil: u32,
}
Fields§
§depth: f32
§stencil: u32
Trait Implementations§
Source§impl Clone for ClearDepthStencilValue
impl Clone for ClearDepthStencilValue
Source§fn clone(&self) -> ClearDepthStencilValue
fn clone(&self) -> ClearDepthStencilValue
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 moreimpl Copy for ClearDepthStencilValue
Auto Trait Implementations§
impl Freeze for ClearDepthStencilValue
impl RefUnwindSafe for ClearDepthStencilValue
impl Send for ClearDepthStencilValue
impl Sync for ClearDepthStencilValue
impl Unpin for ClearDepthStencilValue
impl UnwindSafe for ClearDepthStencilValue
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