pub enum NodeProperty {
Elevation,
InitialQuality,
}Expand description
Settable node properties via set_node_property.
Variants§
Trait Implementations§
Source§impl Clone for NodeProperty
impl Clone for NodeProperty
Source§fn clone(&self) -> NodeProperty
fn clone(&self) -> NodeProperty
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 moreimpl Copy for NodeProperty
Source§impl Debug for NodeProperty
impl Debug for NodeProperty
impl Eq for NodeProperty
Source§impl PartialEq for NodeProperty
impl PartialEq for NodeProperty
Source§fn eq(&self, other: &NodeProperty) -> bool
fn eq(&self, other: &NodeProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeProperty
Auto Trait Implementations§
impl Freeze for NodeProperty
impl RefUnwindSafe for NodeProperty
impl Send for NodeProperty
impl Sync for NodeProperty
impl Unpin for NodeProperty
impl UnsafeUnpin for NodeProperty
impl UnwindSafe for NodeProperty
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