#[repr(i32)]pub enum ScatterMode {
kELEMENT = 0,
kND = 1,
}Expand description
! ! \enum ScatterMode ! ! \brief Control form of IScatterLayer ! ! \see IScatterLayer !
Variants§
Trait Implementations§
Source§impl Clone for ScatterMode
impl Clone for ScatterMode
Source§fn clone(&self) -> ScatterMode
fn clone(&self) -> ScatterMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ScatterMode
impl Debug for ScatterMode
Source§impl From<ScatterMode> for ScatterMode
impl From<ScatterMode> for ScatterMode
Source§fn from(value: ScatterMode) -> Self
fn from(value: ScatterMode) -> Self
Converts to this type from the input type.
Source§impl Hash for ScatterMode
impl Hash for ScatterMode
Source§impl Into<ScatterMode> for ScatterMode
impl Into<ScatterMode> for ScatterMode
Source§fn into(self) -> ScatterMode
fn into(self) -> ScatterMode
Converts this type into the (usually inferred) input type.
Source§impl Ord for ScatterMode
impl Ord for ScatterMode
Source§fn cmp(&self, other: &ScatterMode) -> Ordering
fn cmp(&self, other: &ScatterMode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ScatterMode
impl PartialEq for ScatterMode
Source§fn eq(&self, other: &ScatterMode) -> bool
fn eq(&self, other: &ScatterMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ScatterMode
impl PartialOrd for ScatterMode
impl Copy for ScatterMode
impl Eq for ScatterMode
impl StructuralPartialEq for ScatterMode
Auto Trait Implementations§
impl Freeze for ScatterMode
impl RefUnwindSafe for ScatterMode
impl Send for ScatterMode
impl Sync for ScatterMode
impl Unpin for ScatterMode
impl UnsafeUnpin for ScatterMode
impl UnwindSafe for ScatterMode
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