#[repr(transparent)]pub struct IntersectionFunctionSignature(pub UInteger);Expand description
Intersection function signature options (bitflags).
C++ equivalent: MTL::IntersectionFunctionSignature
Tuple Fields§
§0: UIntegerImplementations§
Source§impl IntersectionFunctionSignature
impl IntersectionFunctionSignature
pub const NONE: Self
pub const INSTANCING: Self
pub const TRIANGLE_DATA: Self
pub const WORLD_SPACE_DATA: Self
pub const INSTANCE_MOTION: Self
pub const PRIMITIVE_MOTION: Self
pub const EXTENDED_LIMITS: Self
pub const MAX_LEVELS: Self
pub const CURVE_DATA: Self
pub const INTERSECTION_FUNCTION_BUFFER: Self
pub const USER_DATA: Self
Trait Implementations§
Source§impl BitOrAssign for IntersectionFunctionSignature
impl BitOrAssign for IntersectionFunctionSignature
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for IntersectionFunctionSignature
impl Clone for IntersectionFunctionSignature
Source§fn clone(&self) -> IntersectionFunctionSignature
fn clone(&self) -> IntersectionFunctionSignature
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 Default for IntersectionFunctionSignature
impl Default for IntersectionFunctionSignature
Source§fn default() -> IntersectionFunctionSignature
fn default() -> IntersectionFunctionSignature
Returns the “default value” for a type. Read more
Source§impl Hash for IntersectionFunctionSignature
impl Hash for IntersectionFunctionSignature
Source§impl PartialEq for IntersectionFunctionSignature
impl PartialEq for IntersectionFunctionSignature
Source§fn eq(&self, other: &IntersectionFunctionSignature) -> bool
fn eq(&self, other: &IntersectionFunctionSignature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IntersectionFunctionSignature
impl Eq for IntersectionFunctionSignature
impl StructuralPartialEq for IntersectionFunctionSignature
Auto Trait Implementations§
impl Freeze for IntersectionFunctionSignature
impl RefUnwindSafe for IntersectionFunctionSignature
impl Send for IntersectionFunctionSignature
impl Sync for IntersectionFunctionSignature
impl Unpin for IntersectionFunctionSignature
impl UnwindSafe for IntersectionFunctionSignature
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