pub struct BitsUint8 { /* private fields */ }Expand description
The wire type corresponding to BitsUint8.
Trait Implementations§
Source§impl<'a, ___E> Encode<BitsUint8, ___E> for &'a BitsUint8where
___E: ?Sized,
impl<'a, ___E> Encode<BitsUint8, ___E> for &'a BitsUint8where
___E: ?Sized,
Source§impl<___E> Encode<BitsUint8, ___E> for BitsUint8where
___E: ?Sized,
impl<___E> Encode<BitsUint8, ___E> for BitsUint8where
___E: ?Sized,
Source§impl FromWireRef<BitsUint8> for BitsUint8
impl FromWireRef<BitsUint8> for BitsUint8
Source§fn from_wire_ref(wire: &BitsUint8) -> Self
fn from_wire_ref(wire: &BitsUint8) -> Self
Converts the given reference to this type.
Source§impl Wire for BitsUint8
impl Wire for BitsUint8
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 BitsUint8
Auto Trait Implementations§
impl Freeze for BitsUint8
impl RefUnwindSafe for BitsUint8
impl Send for BitsUint8
impl Sync for BitsUint8
impl Unpin for BitsUint8
impl UnsafeUnpin for BitsUint8
impl UnwindSafe for BitsUint8
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]