#[repr(C)]pub struct WireFileInfo<'de> { /* private fields */ }
Expand description
The wire type corresponding to FileInfo
.
Implementations§
Trait Implementations§
Source§impl<'de> Debug for WireFileInfo<'de>
impl<'de> Debug for WireFileInfo<'de>
Source§impl<___D> Decode<___D> for WireFileInfo<'static>where
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireFileInfo<'static>where
___D: Decoder + ?Sized + HandleDecoder,
Source§impl<'de> FromWire<WireFileInfo<'de>> for FileInfo
impl<'de> FromWire<WireFileInfo<'de>> for FileInfo
Source§fn from_wire(wire: WireFileInfo<'de>) -> Self
fn from_wire(wire: WireFileInfo<'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 WireFileInfo<'static>
impl Wire for WireFileInfo<'static>
Source§type Decoded<'de> = WireFileInfo<'de>
type Decoded<'de> = WireFileInfo<'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 WireFileInfo<'de>
impl<'de> RefUnwindSafe for WireFileInfo<'de>
impl<'de> !Send for WireFileInfo<'de>
impl<'de> !Sync for WireFileInfo<'de>
impl<'de> Unpin for WireFileInfo<'de>
impl<'de> !UnwindSafe for WireFileInfo<'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