Struct WireIob
pub struct WireIob { /* private fields */ }
Expand description
A Zircon Iob.
Implementations§
§impl WireIob
impl WireIob
pub fn set_encoded_present(out: &mut MaybeUninit<WireIob>)
pub fn set_encoded_present(out: &mut MaybeUninit<WireIob>)
Encodes a Iob as present in an output.
pub fn is_invalid(&self) -> bool
pub fn is_invalid(&self) -> bool
Returns whether the underlying zx_handle_t
is invalid.
pub fn as_raw_handle(&self) -> u32
pub fn as_raw_handle(&self) -> u32
Returns the underlying zx_handle_t
.
Trait Implementations§
§impl<D> Decode<D> for WireIobwhere
D: HandleDecoder + ?Sized,
impl<D> Decode<D> for WireIobwhere
D: HandleDecoder + ?Sized,
§impl FromWire<WireIob> for Iob
impl FromWire<WireIob> for Iob
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
§impl Wire for WireIob
impl Wire for WireIob
§fn zero_padding(out: &mut MaybeUninit<WireIob>)
fn zero_padding(out: &mut MaybeUninit<WireIob>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl Freeze for WireIob
impl RefUnwindSafe for WireIob
impl Send for WireIob
impl Sync for WireIob
impl Unpin for WireIob
impl UnwindSafe for WireIob
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