#[repr(i32)]pub enum IEObjectType {
IE_EPM_OBJECT_EVENT = 0,
IE_EPM_OBJECT_MUTEX = 1,
IE_EPM_OBJECT_SEMAPHORE = 2,
IE_EPM_OBJECT_SHARED_MEMORY = 3,
IE_EPM_OBJECT_WAITABLE_TIMER = 4,
IE_EPM_OBJECT_FILE = 5,
IE_EPM_OBJECT_NAMED_PIPE = 6,
IE_EPM_OBJECT_REGISTRY = 7,
}Variants§
IE_EPM_OBJECT_EVENT = 0
IE_EPM_OBJECT_MUTEX = 1
IE_EPM_OBJECT_SEMAPHORE = 2
IE_EPM_OBJECT_SHARED_MEMORY = 3
IE_EPM_OBJECT_WAITABLE_TIMER = 4
IE_EPM_OBJECT_FILE = 5
IE_EPM_OBJECT_NAMED_PIPE = 6
IE_EPM_OBJECT_REGISTRY = 7
Trait Implementations§
Source§impl Clone for IEObjectType
impl Clone for IEObjectType
Source§fn clone(&self) -> IEObjectType
fn clone(&self) -> IEObjectType
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 IEObjectType
impl Debug for IEObjectType
Source§impl Hash for IEObjectType
impl Hash for IEObjectType
Source§impl PartialEq for IEObjectType
impl PartialEq for IEObjectType
impl Copy for IEObjectType
impl Eq for IEObjectType
impl StructuralPartialEq for IEObjectType
Auto Trait Implementations§
impl Freeze for IEObjectType
impl RefUnwindSafe for IEObjectType
impl Send for IEObjectType
impl Sync for IEObjectType
impl Unpin for IEObjectType
impl UnwindSafe for IEObjectType
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