#[repr(transparent)]pub struct IEObjectType(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl IEObjectType
impl IEObjectType
pub const IE_EPM_OBJECT_EVENT: Self
pub const IE_EPM_OBJECT_MUTEX: Self
pub const IE_EPM_OBJECT_SEMAPHORE: Self
pub const IE_EPM_OBJECT_SHARED_MEMORY: Self
pub const IE_EPM_OBJECT_WAITABLE_TIMER: Self
pub const IE_EPM_OBJECT_FILE: Self
pub const IE_EPM_OBJECT_NAMED_PIPE: Self
pub const IE_EPM_OBJECT_REGISTRY: Self
Trait Implementations§
Source§impl Abi for IEObjectType
impl Abi for IEObjectType
Source§type Abi = IEObjectType
type Abi = IEObjectType
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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 Default for IEObjectType
impl Default for IEObjectType
Source§fn default() -> IEObjectType
fn default() -> IEObjectType
Returns the “default value” for a type. Read more
Source§impl From<i32> for IEObjectType
impl From<i32> 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