pub struct BlendFactorFB(/* private fields */);
Expand description
See XrBlendFactorFB
Implementations§
Source§impl BlendFactorFB
impl BlendFactorFB
pub const ZERO: BlendFactorFB
pub const ONE: BlendFactorFB
pub const SRC_ALPHA: BlendFactorFB
pub const ONE_MINUS_SRC_ALPHA: BlendFactorFB
pub const DST_ALPHA: BlendFactorFB
pub const ONE_MINUS_DST_ALPHA: BlendFactorFB
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for BlendFactorFB
impl Clone for BlendFactorFB
Source§fn clone(&self) -> BlendFactorFB
fn clone(&self) -> BlendFactorFB
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 BlendFactorFB
impl Debug for BlendFactorFB
Source§impl PartialEq for BlendFactorFB
impl PartialEq for BlendFactorFB
impl Copy for BlendFactorFB
impl Eq for BlendFactorFB
impl StructuralPartialEq for BlendFactorFB
Auto Trait Implementations§
impl Freeze for BlendFactorFB
impl RefUnwindSafe for BlendFactorFB
impl Send for BlendFactorFB
impl Sync for BlendFactorFB
impl Unpin for BlendFactorFB
impl UnwindSafe for BlendFactorFB
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