pub struct WireFileSignal { /* private fields */ }
Expand description
The wire type corresponding to FileSignal
.
Trait Implementations§
Source§impl Clone for WireFileSignal
impl Clone for WireFileSignal
Source§fn clone(&self) -> WireFileSignal
fn clone(&self) -> WireFileSignal
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WireFileSignal
impl Debug for WireFileSignal
Source§impl<___D> Decode<___D> for WireFileSignalwhere
___D: ?Sized,
impl<___D> Decode<___D> for WireFileSignalwhere
___D: ?Sized,
Source§impl From<FileSignal> for WireFileSignal
impl From<FileSignal> for WireFileSignal
Source§fn from(natural: FileSignal) -> Self
fn from(natural: FileSignal) -> Self
Converts to this type from the input type.
Source§impl From<WireFileSignal> for FileSignal
impl From<WireFileSignal> for FileSignal
Source§fn from(wire: WireFileSignal) -> Self
fn from(wire: WireFileSignal) -> Self
Converts to this type from the input type.
Source§impl FromWire<WireFileSignal> for FileSignal
impl FromWire<WireFileSignal> for FileSignal
Source§fn from_wire(wire: WireFileSignal) -> Self
fn from_wire(wire: WireFileSignal) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireFileSignal> for FileSignal
impl FromWireRef<WireFileSignal> for FileSignal
Source§fn from_wire_ref(wire: &WireFileSignal) -> Self
fn from_wire_ref(wire: &WireFileSignal) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireFileSignal
impl Wire for WireFileSignal
Source§type Decoded<'de> = WireFileSignal
type Decoded<'de> = WireFileSignal
The decoded wire type, restricted to the
'de
lifetime.Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WireFileSignal
Auto Trait Implementations§
impl Freeze for WireFileSignal
impl RefUnwindSafe for WireFileSignal
impl Send for WireFileSignal
impl Sync for WireFileSignal
impl Unpin for WireFileSignal
impl UnwindSafe for WireFileSignal
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