#[repr(C)]pub struct WireNameInfo<'de> {
pub path: WireString<'de>,
pub directory: ClientEnd<WireChannel, Directory>,
}
Expand description
The wire type corresponding to NameInfo
.
Fields§
§path: WireString<'de>
§directory: ClientEnd<WireChannel, Directory>
Trait Implementations§
Source§impl<'de> Debug for WireNameInfo<'de>
impl<'de> Debug for WireNameInfo<'de>
Source§impl<___D> Decode<___D> for WireNameInfo<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
impl<___D> Decode<___D> for WireNameInfo<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder + HandleDecoder,
Source§impl<'de> FromWire<WireNameInfo<'de>> for NameInfo
impl<'de> FromWire<WireNameInfo<'de>> for NameInfo
Source§fn from_wire(wire: WireNameInfo<'de>) -> Self
fn from_wire(wire: WireNameInfo<'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 WireNameInfo<'static>
impl Wire for WireNameInfo<'static>
Source§type Decoded<'de> = WireNameInfo<'de>
type Decoded<'de> = WireNameInfo<'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 WireNameInfo<'de>
impl<'de> RefUnwindSafe for WireNameInfo<'de>
impl<'de> Send for WireNameInfo<'de>
impl<'de> Sync for WireNameInfo<'de>
impl<'de> Unpin for WireNameInfo<'de>
impl<'de> !UnwindSafe for WireNameInfo<'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