#[repr(C)]pub enum ObjectAttachmentType {
None = 0,
Vehicle = 1,
Object = 2,
Player = 3,
}Expand description
The type of attachment attached to Object
Variants§
Trait Implementations§
Source§impl Clone for ObjectAttachmentType
impl Clone for ObjectAttachmentType
Source§fn clone(&self) -> ObjectAttachmentType
fn clone(&self) -> ObjectAttachmentType
Returns a duplicate of the value. Read more
1.0.0 · 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 ObjectAttachmentType
impl Debug for ObjectAttachmentType
Source§impl Default for ObjectAttachmentType
impl Default for ObjectAttachmentType
Source§fn default() -> ObjectAttachmentType
fn default() -> ObjectAttachmentType
Returns the “default value” for a type. Read more
Source§impl PartialEq for ObjectAttachmentType
impl PartialEq for ObjectAttachmentType
impl Copy for ObjectAttachmentType
impl StructuralPartialEq for ObjectAttachmentType
Auto Trait Implementations§
impl Freeze for ObjectAttachmentType
impl RefUnwindSafe for ObjectAttachmentType
impl Send for ObjectAttachmentType
impl Sync for ObjectAttachmentType
impl Unpin for ObjectAttachmentType
impl UnwindSafe for ObjectAttachmentType
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