#[repr(u8)]pub enum FeatureOwner {
ShapeA = 0,
ShapeB = 1,
}Expand description
Which shape owns a clipped feature edge. (b3FeatureOwner)
Variants§
Trait Implementations§
Source§impl Clone for FeatureOwner
impl Clone for FeatureOwner
Source§fn clone(&self) -> FeatureOwner
fn clone(&self) -> FeatureOwner
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 FeatureOwner
Source§impl Debug for FeatureOwner
impl Debug for FeatureOwner
Source§impl Default for FeatureOwner
impl Default for FeatureOwner
Source§fn default() -> FeatureOwner
fn default() -> FeatureOwner
Returns the “default value” for a type. Read more
impl Eq for FeatureOwner
Source§impl PartialEq for FeatureOwner
impl PartialEq for FeatureOwner
impl StructuralPartialEq for FeatureOwner
Auto Trait Implementations§
impl Freeze for FeatureOwner
impl RefUnwindSafe for FeatureOwner
impl Send for FeatureOwner
impl Sync for FeatureOwner
impl Unpin for FeatureOwner
impl UnsafeUnpin for FeatureOwner
impl UnwindSafe for FeatureOwner
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