#[repr(i32)]pub enum ScatterMode {
kELEMENT = 0,
kND = 1,
}Expand description
ScatterMode
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 ExternType for ScatterMode
impl ExternType 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 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 ==.impl Eq for ScatterMode
impl StructuralPartialEq for ScatterMode
impl UniquePtrTarget for ScatterMode
impl VectorElement for ScatterMode
impl WeakPtrTarget 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