pub struct WireDriverPackageType { /* private fields */ }
Expand description
The wire type corresponding to DriverPackageType
.
Implementations§
Source§impl WireDriverPackageType
impl WireDriverPackageType
pub const BOOT: WireDriverPackageType
pub const BASE: WireDriverPackageType
pub const CACHED: WireDriverPackageType
pub const UNIVERSE: WireDriverPackageType
Trait Implementations§
Source§impl Clone for WireDriverPackageType
impl Clone for WireDriverPackageType
Source§fn clone(&self) -> WireDriverPackageType
fn clone(&self) -> WireDriverPackageType
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 WireDriverPackageType
impl Debug for WireDriverPackageType
Source§impl<___D> Decode<___D> for WireDriverPackageTypewhere
___D: ?Sized,
impl<___D> Decode<___D> for WireDriverPackageTypewhere
___D: ?Sized,
Source§impl From<DriverPackageType> for WireDriverPackageType
impl From<DriverPackageType> for WireDriverPackageType
Source§fn from(natural: DriverPackageType) -> Self
fn from(natural: DriverPackageType) -> Self
Converts to this type from the input type.
Source§impl From<WireDriverPackageType> for DriverPackageType
impl From<WireDriverPackageType> for DriverPackageType
Source§fn from(wire: WireDriverPackageType) -> Self
fn from(wire: WireDriverPackageType) -> Self
Converts to this type from the input type.
Source§impl FromWire<WireDriverPackageType> for DriverPackageType
impl FromWire<WireDriverPackageType> for DriverPackageType
Source§fn from_wire(wire: WireDriverPackageType) -> Self
fn from_wire(wire: WireDriverPackageType) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireDriverPackageType> for DriverPackageType
impl FromWireRef<WireDriverPackageType> for DriverPackageType
Source§fn from_wire_ref(wire: &WireDriverPackageType) -> Self
fn from_wire_ref(wire: &WireDriverPackageType) -> Self
Converts the given
wire
reference to this type.Source§impl PartialEq for WireDriverPackageType
impl PartialEq for WireDriverPackageType
Source§impl Wire for WireDriverPackageType
impl Wire for WireDriverPackageType
Source§type Decoded<'de> = WireDriverPackageType
type Decoded<'de> = WireDriverPackageType
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 WireDriverPackageType
impl Eq for WireDriverPackageType
impl StructuralPartialEq for WireDriverPackageType
Auto Trait Implementations§
impl Freeze for WireDriverPackageType
impl RefUnwindSafe for WireDriverPackageType
impl Send for WireDriverPackageType
impl Sync for WireDriverPackageType
impl Unpin for WireDriverPackageType
impl UnwindSafe for WireDriverPackageType
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