#[repr(transparent)]pub struct IPLReflectionsBakeFlags(pub c_uint);Expand description
Flags for specifying what types of reflections data to bake.
Tuple Fields§
§0: c_uintImplementations§
Source§impl IPLReflectionsBakeFlags
impl IPLReflectionsBakeFlags
Sourcepub const IPL_REFLECTIONSBAKEFLAGS_BAKECONVOLUTION: IPLReflectionsBakeFlags
pub const IPL_REFLECTIONSBAKEFLAGS_BAKECONVOLUTION: IPLReflectionsBakeFlags
Bake impulse responses for \c IPL_REFLECTIONEFFECTTYPE_CONVOLUTION, \c IPL_REFLECTIONEFFECTTYPE_HYBRID, or \c IPL_REFLECTIONEFFECTTYPE_TAN.
Source§impl IPLReflectionsBakeFlags
impl IPLReflectionsBakeFlags
Sourcepub const IPL_REFLECTIONSBAKEFLAGS_BAKEPARAMETRIC: IPLReflectionsBakeFlags
pub const IPL_REFLECTIONSBAKEFLAGS_BAKEPARAMETRIC: IPLReflectionsBakeFlags
Bake parametric reverb for \c IPL_REFLECTIONEFFECTTYPE_PARAMETRIC or \c IPL_REFLECTIONEFFECTTYPE_HYBRID.
Trait Implementations§
Source§impl BitAnd for IPLReflectionsBakeFlags
impl BitAnd for IPLReflectionsBakeFlags
Source§impl BitAndAssign for IPLReflectionsBakeFlags
impl BitAndAssign for IPLReflectionsBakeFlags
Source§fn bitand_assign(&mut self, rhs: IPLReflectionsBakeFlags)
fn bitand_assign(&mut self, rhs: IPLReflectionsBakeFlags)
Performs the
&= operation. Read moreSource§impl BitOr for IPLReflectionsBakeFlags
impl BitOr for IPLReflectionsBakeFlags
Source§impl BitOrAssign for IPLReflectionsBakeFlags
impl BitOrAssign for IPLReflectionsBakeFlags
Source§fn bitor_assign(&mut self, rhs: IPLReflectionsBakeFlags)
fn bitor_assign(&mut self, rhs: IPLReflectionsBakeFlags)
Performs the
|= operation. Read moreSource§impl Clone for IPLReflectionsBakeFlags
impl Clone for IPLReflectionsBakeFlags
Source§fn clone(&self) -> IPLReflectionsBakeFlags
fn clone(&self) -> IPLReflectionsBakeFlags
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 IPLReflectionsBakeFlags
impl Debug for IPLReflectionsBakeFlags
Source§impl Hash for IPLReflectionsBakeFlags
impl Hash for IPLReflectionsBakeFlags
Source§impl PartialEq for IPLReflectionsBakeFlags
impl PartialEq for IPLReflectionsBakeFlags
impl Copy for IPLReflectionsBakeFlags
impl Eq for IPLReflectionsBakeFlags
impl StructuralPartialEq for IPLReflectionsBakeFlags
Auto Trait Implementations§
impl Freeze for IPLReflectionsBakeFlags
impl RefUnwindSafe for IPLReflectionsBakeFlags
impl Send for IPLReflectionsBakeFlags
impl Sync for IPLReflectionsBakeFlags
impl Unpin for IPLReflectionsBakeFlags
impl UnwindSafe for IPLReflectionsBakeFlags
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