#[repr(C)]pub struct WireUnlinkOptions<'de> { /* private fields */ }
Expand description
The wire type corresponding to UnlinkOptions
.
Implementations§
Source§impl<'de> WireUnlinkOptions<'de>
impl<'de> WireUnlinkOptions<'de>
pub fn flags(&self) -> Option<&WireUnlinkFlags>
Trait Implementations§
Source§impl<'de> Debug for WireUnlinkOptions<'de>
impl<'de> Debug for WireUnlinkOptions<'de>
Source§impl<___D> Decode<___D> for WireUnlinkOptions<'static>where
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for WireUnlinkOptions<'static>where
___D: Decoder + ?Sized,
Source§impl<'de> FromWire<WireUnlinkOptions<'de>> for UnlinkOptions
impl<'de> FromWire<WireUnlinkOptions<'de>> for UnlinkOptions
Source§fn from_wire(wire: WireUnlinkOptions<'de>) -> Self
fn from_wire(wire: WireUnlinkOptions<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<WireUnlinkOptions<'de>> for UnlinkOptions
impl<'de> FromWireRef<WireUnlinkOptions<'de>> for UnlinkOptions
Source§fn from_wire_ref(wire: &WireUnlinkOptions<'de>) -> Self
fn from_wire_ref(wire: &WireUnlinkOptions<'de>) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireUnlinkOptions<'static>
impl Wire for WireUnlinkOptions<'static>
Source§type Decoded<'de> = WireUnlinkOptions<'de>
type Decoded<'de> = WireUnlinkOptions<'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 WireUnlinkOptions<'de>
impl<'de> RefUnwindSafe for WireUnlinkOptions<'de>
impl<'de> !Send for WireUnlinkOptions<'de>
impl<'de> !Sync for WireUnlinkOptions<'de>
impl<'de> Unpin for WireUnlinkOptions<'de>
impl<'de> !UnwindSafe for WireUnlinkOptions<'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