#[repr(C)]pub struct WireComponentControllerOnEscrowRequest<'de> { /* private fields */ }
Expand description
The wire type corresponding to ComponentControllerOnEscrowRequest
.
Implementations§
Source§impl<'de> WireComponentControllerOnEscrowRequest<'de>
impl<'de> WireComponentControllerOnEscrowRequest<'de>
pub fn outgoing_dir(&self) -> Option<&ServerEnd<WireChannel, Directory>>
pub fn escrowed_dictionary(&self) -> Option<&WireDictionaryRef>
Trait Implementations§
Source§impl<'de> Debug for WireComponentControllerOnEscrowRequest<'de>
impl<'de> Debug for WireComponentControllerOnEscrowRequest<'de>
Source§impl<___D> Decode<___D> for WireComponentControllerOnEscrowRequest<'static>where
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireComponentControllerOnEscrowRequest<'static>where
___D: Decoder + ?Sized + HandleDecoder,
Source§impl<'de> Drop for WireComponentControllerOnEscrowRequest<'de>
impl<'de> Drop for WireComponentControllerOnEscrowRequest<'de>
Source§impl<'de> FromWire<WireComponentControllerOnEscrowRequest<'de>> for ComponentControllerOnEscrowRequest
impl<'de> FromWire<WireComponentControllerOnEscrowRequest<'de>> for ComponentControllerOnEscrowRequest
Source§fn from_wire(wire: WireComponentControllerOnEscrowRequest<'de>) -> Self
fn from_wire(wire: WireComponentControllerOnEscrowRequest<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl Wire for WireComponentControllerOnEscrowRequest<'static>
impl Wire for WireComponentControllerOnEscrowRequest<'static>
Source§type Decoded<'de> = WireComponentControllerOnEscrowRequest<'de>
type Decoded<'de> = WireComponentControllerOnEscrowRequest<'de>
The decoded wire type, restricted to the
'de
lifetime.Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl<'de> Freeze for WireComponentControllerOnEscrowRequest<'de>
impl<'de> RefUnwindSafe for WireComponentControllerOnEscrowRequest<'de>
impl<'de> Send for WireComponentControllerOnEscrowRequest<'de>
impl<'de> Sync for WireComponentControllerOnEscrowRequest<'de>
impl<'de> Unpin for WireComponentControllerOnEscrowRequest<'de>
impl<'de> !UnwindSafe for WireComponentControllerOnEscrowRequest<'de>
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