Struct zx::ObjectType
source · pub struct ObjectType(/* private fields */);
Expand description
Zircon object types.
Implementations§
source§impl ObjectType
impl ObjectType
pub const NONE: ObjectType = _
pub const PROCESS: ObjectType = _
pub const THREAD: ObjectType = _
pub const VMO: ObjectType = _
pub const CHANNEL: ObjectType = _
pub const EVENT: ObjectType = _
pub const PORT: ObjectType = _
pub const INTERRUPT: ObjectType = _
pub const PCI_DEVICE: ObjectType = _
pub const DEBUGLOG: ObjectType = _
pub const SOCKET: ObjectType = _
pub const RESOURCE: ObjectType = _
pub const EVENTPAIR: ObjectType = _
pub const JOB: ObjectType = _
pub const VMAR: ObjectType = _
pub const FIFO: ObjectType = _
pub const GUEST: ObjectType = _
pub const VCPU: ObjectType = _
pub const TIMER: ObjectType = _
pub const IOMMU: ObjectType = _
pub const BTI: ObjectType = _
pub const PROFILE: ObjectType = _
pub const PMT: ObjectType = _
pub const SUSPEND_TOKEN: ObjectType = _
pub const PAGER: ObjectType = _
pub const EXCEPTION: ObjectType = _
pub const CLOCK: ObjectType = _
pub const STREAM: ObjectType = _
pub const MSI: ObjectType = _
pub const IOB: ObjectType = _
source§impl ObjectType
impl ObjectType
sourcepub const fn from_raw(raw: zx_obj_type_t) -> Self
pub const fn from_raw(raw: zx_obj_type_t) -> Self
Creates an ObjectType
from the underlying zircon type.
sourcepub const fn into_raw(self) -> zx_obj_type_t
pub const fn into_raw(self) -> zx_obj_type_t
Converts ObjectType
into the underlying zircon type.
Trait Implementations§
source§impl Clone for ObjectType
impl Clone for ObjectType
source§fn clone(&self) -> ObjectType
fn clone(&self) -> ObjectType
Returns a copy 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 ObjectType
impl Debug for ObjectType
source§impl Hash for ObjectType
impl Hash for ObjectType
source§impl Ord for ObjectType
impl Ord for ObjectType
source§fn cmp(&self, other: &ObjectType) -> Ordering
fn cmp(&self, other: &ObjectType) -> Ordering
1.21.0 · 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 ObjectType
impl PartialEq for ObjectType
source§fn eq(&self, other: &ObjectType) -> bool
fn eq(&self, other: &ObjectType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ObjectType
impl PartialOrd for ObjectType
source§fn partial_cmp(&self, other: &ObjectType) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ObjectType
impl Eq for ObjectType
impl StructuralPartialEq for ObjectType
Auto Trait Implementations§
impl Freeze for ObjectType
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)