pub struct MultisampleState {
pub count: Option<u32>,
pub mask: Option<u32>,
pub alpha_to_coverage_enabled: Option<bool>,
/* private fields */
}Fields§
§count: Option<u32>§mask: Option<u32>§alpha_to_coverage_enabled: Option<bool>Implementations§
Source§impl MultisampleState
impl MultisampleState
pub fn new() -> Self
pub fn with_extension(self, extension: MultisampleStateExtension) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultisampleState
impl RefUnwindSafe for MultisampleState
impl Send for MultisampleState
impl Sync for MultisampleState
impl Unpin for MultisampleState
impl UnsafeUnpin for MultisampleState
impl UnwindSafe for MultisampleState
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