#[repr(transparent)]pub struct AlphaToCoverageState(pub Integer);Expand description
Alpha to coverage state for pipeline.
C++ equivalent: MTL4::AlphaToCoverageState
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for AlphaToCoverageState
impl Clone for AlphaToCoverageState
Source§fn clone(&self) -> AlphaToCoverageState
fn clone(&self) -> AlphaToCoverageState
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 Debug for AlphaToCoverageState
impl Debug for AlphaToCoverageState
Source§impl Default for AlphaToCoverageState
impl Default for AlphaToCoverageState
Source§fn default() -> AlphaToCoverageState
fn default() -> AlphaToCoverageState
Returns the “default value” for a type. Read more
Source§impl Hash for AlphaToCoverageState
impl Hash for AlphaToCoverageState
Source§impl PartialEq for AlphaToCoverageState
impl PartialEq for AlphaToCoverageState
impl Copy for AlphaToCoverageState
impl Eq for AlphaToCoverageState
impl StructuralPartialEq for AlphaToCoverageState
Auto Trait Implementations§
impl Freeze for AlphaToCoverageState
impl RefUnwindSafe for AlphaToCoverageState
impl Send for AlphaToCoverageState
impl Sync for AlphaToCoverageState
impl Unpin for AlphaToCoverageState
impl UnwindSafe for AlphaToCoverageState
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