#[repr(C)]pub struct WGPUStencilFaceState {
pub compare: WGPUCompareFunction,
pub failOp: WGPUStencilOperation,
pub depthFailOp: WGPUStencilOperation,
pub passOp: WGPUStencilOperation,
}Fields§
§compare: WGPUCompareFunction§failOp: WGPUStencilOperation§depthFailOp: WGPUStencilOperation§passOp: WGPUStencilOperationTrait Implementations§
Source§impl Clone for WGPUStencilFaceState
impl Clone for WGPUStencilFaceState
Source§fn clone(&self) -> WGPUStencilFaceState
fn clone(&self) -> WGPUStencilFaceState
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 moreSource§impl Debug for WGPUStencilFaceState
impl Debug for WGPUStencilFaceState
impl Copy for WGPUStencilFaceState
Auto Trait Implementations§
impl Freeze for WGPUStencilFaceState
impl RefUnwindSafe for WGPUStencilFaceState
impl Send for WGPUStencilFaceState
impl Sync for WGPUStencilFaceState
impl Unpin for WGPUStencilFaceState
impl UnwindSafe for WGPUStencilFaceState
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