#[repr(C)]pub struct WGPUMultisampleState {
pub nextInChain: *mut WGPUChainedStruct,
pub count: u32,
pub mask: u32,
pub alphaToCoverageEnabled: WGPUBool,
}Fields§
§nextInChain: *mut WGPUChainedStruct§count: u32§mask: u32§alphaToCoverageEnabled: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUMultisampleState
impl Clone for WGPUMultisampleState
Source§fn clone(&self) -> WGPUMultisampleState
fn clone(&self) -> WGPUMultisampleState
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 WGPUMultisampleState
impl Debug for WGPUMultisampleState
impl Copy for WGPUMultisampleState
Auto Trait Implementations§
impl Freeze for WGPUMultisampleState
impl RefUnwindSafe for WGPUMultisampleState
impl !Send for WGPUMultisampleState
impl !Sync for WGPUMultisampleState
impl Unpin for WGPUMultisampleState
impl UnwindSafe for WGPUMultisampleState
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