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 TakeFrom<WireFileSignal> for FileSignal
impl TakeFrom<WireFileSignal> for FileSignal
Source§fn take_from(from: &WireFileSignal) -> Self
fn take_from(from: &WireFileSignal) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireFileSignal> for FileSignal
impl TakeFrom<WireFileSignal> for FileSignal
Source§fn take_from(from: &WireFileSignal) -> Self
fn take_from(from: &WireFileSignal) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireFileSignal
impl ZeroPadding for WireFileSignal
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