#[repr(u32)]pub enum AttachmentType {
Region = 0,
BoundingBox = 1,
Mesh = 2,
LinkedMesh = 3,
Path = 4,
Point = 5,
Clipping = 6,
}Variants§
Trait Implementations§
Source§impl Clone for AttachmentType
impl Clone for AttachmentType
Source§fn clone(&self) -> AttachmentType
fn clone(&self) -> AttachmentType
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 AttachmentType
Source§impl Debug for AttachmentType
impl Debug for AttachmentType
impl Eq for AttachmentType
Source§impl From<u32> for AttachmentType
impl From<u32> for AttachmentType
Source§fn from(e: spAttachmentType) -> Self
fn from(e: spAttachmentType) -> Self
Converts to this type from the input type.
Source§impl Hash for AttachmentType
impl Hash for AttachmentType
Source§impl Ord for AttachmentType
impl Ord for AttachmentType
Source§fn cmp(&self, other: &AttachmentType) -> Ordering
fn cmp(&self, other: &AttachmentType) -> 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 AttachmentType
impl PartialEq for AttachmentType
Source§fn eq(&self, other: &AttachmentType) -> bool
fn eq(&self, other: &AttachmentType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AttachmentType
impl PartialOrd for AttachmentType
impl StructuralPartialEq for AttachmentType
Auto Trait Implementations§
impl Freeze for AttachmentType
impl RefUnwindSafe for AttachmentType
impl Send for AttachmentType
impl Sync for AttachmentType
impl Unpin for AttachmentType
impl UnsafeUnpin for AttachmentType
impl UnwindSafe for AttachmentType
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