#[repr(i32)]pub enum IMPORT_OBJECT_TYPE {
IMPORT_OBJECT_CODE = 0,
IMPORT_OBJECT_DATA = 1,
IMPORT_OBJECT_CONST = 2,
}Variants§
Trait Implementations§
Source§impl Clone for IMPORT_OBJECT_TYPE
impl Clone for IMPORT_OBJECT_TYPE
Source§fn clone(&self) -> IMPORT_OBJECT_TYPE
fn clone(&self) -> IMPORT_OBJECT_TYPE
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 IMPORT_OBJECT_TYPE
impl Debug for IMPORT_OBJECT_TYPE
Source§impl Hash for IMPORT_OBJECT_TYPE
impl Hash for IMPORT_OBJECT_TYPE
Source§impl PartialEq for IMPORT_OBJECT_TYPE
impl PartialEq for IMPORT_OBJECT_TYPE
impl Copy for IMPORT_OBJECT_TYPE
impl Eq for IMPORT_OBJECT_TYPE
impl StructuralPartialEq for IMPORT_OBJECT_TYPE
Auto Trait Implementations§
impl Freeze for IMPORT_OBJECT_TYPE
impl RefUnwindSafe for IMPORT_OBJECT_TYPE
impl Send for IMPORT_OBJECT_TYPE
impl Sync for IMPORT_OBJECT_TYPE
impl Unpin for IMPORT_OBJECT_TYPE
impl UnwindSafe for IMPORT_OBJECT_TYPE
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