Struct fidl::handle::fuchsia_handles::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
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<D: ResourceDialect> Decode<ObjectType, D> for ObjectType
impl<D: ResourceDialect> Decode<ObjectType, D> for ObjectType
source§impl<D: ResourceDialect> Encode<ObjectType, D> for ObjectType
impl<D: ResourceDialect> Encode<ObjectType, D> 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 moresource§impl TypeMarker for ObjectType
impl TypeMarker for ObjectType
§type Owned = ObjectType
type Owned = ObjectType
The owned Rust type which this FIDL type decodes into.
source§fn inline_align(_context: Context) -> usize
fn inline_align(_context: Context) -> usize
Returns the minimum required alignment of the inline portion of the
encoded object. It must be a (nonzero) power of two.
source§fn inline_size(_context: Context) -> usize
fn inline_size(_context: Context) -> usize
Returns the size of the inline portion of the encoded object, including
padding for alignment. Must be a multiple of
inline_align
.source§fn encode_is_copy() -> bool
fn encode_is_copy() -> bool
Returns true if the memory layout of
Self::Owned
matches the FIDL wire
format and encoding requires no validation. When true, we can optimize
encoding arrays and vectors of Self::Owned
to a single memcpy. Read moresource§fn decode_is_copy() -> bool
fn decode_is_copy() -> bool
Returns true if the memory layout of
Self::Owned
matches the FIDL wire
format and decoding requires no validation. When true, we can optimize
decoding arrays and vectors of Self::Owned
to a single memcpy.source§impl ValueTypeMarker for ObjectType
impl ValueTypeMarker for ObjectType
impl 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
)