[][src]Struct heim_common::sys::macos::iokit::IoObject

pub struct IoObject(_);

Methods

impl IoObject[src]

pub fn properties(&self) -> Result<CFDictionary<CFString, CFType>>[src]

Returns typed dictionary with this object properties.

pub fn parent(&self, plane: &[u8]) -> Result<IoObject>[src]

pub fn conforms_to(&self, class_name: &[u8]) -> bool[src]

class_name should look like the b"IOBlockStorageDriver\0" -- a binary string with a trailing 0x00 char

Trait Implementations

impl Drop for IoObject[src]

impl From<u32> for IoObject[src]

impl Debug for IoObject[src]

Auto Trait Implementations

impl Send for IoObject

impl Sync for IoObject

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Err = <U as TryFrom<T>>::Err