pub struct WireLayoutParameter<'de> { /* private fields */ }
Expand description
The wire type corresponding to LayoutParameter
.
Implementations§
Trait Implementations§
Source§impl<'de> Debug for WireLayoutParameter<'de>
impl<'de> Debug for WireLayoutParameter<'de>
Source§impl<___D> Decode<___D> for WireLayoutParameter<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
impl<___D> Decode<___D> for WireLayoutParameter<'static>where
___D: InternalHandleDecoder + ?Sized + Decoder,
Source§impl<'de> Drop for WireLayoutParameter<'de>
impl<'de> Drop for WireLayoutParameter<'de>
Source§impl<'de> FromWire<WireLayoutParameter<'de>> for LayoutParameter
impl<'de> FromWire<WireLayoutParameter<'de>> for LayoutParameter
Source§fn from_wire(wire: WireLayoutParameter<'de>) -> Self
fn from_wire(wire: WireLayoutParameter<'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<WireLayoutParameter<'de>> for LayoutParameter
impl<'de> FromWireRef<WireLayoutParameter<'de>> for LayoutParameter
Source§fn from_wire_ref(wire: &WireLayoutParameter<'de>) -> Self
fn from_wire_ref(wire: &WireLayoutParameter<'de>) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireLayoutParameter<'static>
impl Wire for WireLayoutParameter<'static>
Source§type Decoded<'de> = WireLayoutParameter<'de>
type Decoded<'de> = WireLayoutParameter<'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 WireLayoutParameter<'de>
impl<'de> RefUnwindSafe for WireLayoutParameter<'de>
impl<'de> !Send for WireLayoutParameter<'de>
impl<'de> !Sync for WireLayoutParameter<'de>
impl<'de> Unpin for WireLayoutParameter<'de>
impl<'de> !UnwindSafe for WireLayoutParameter<'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