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