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