pub struct StopWidth { /* private fields */ }Expand description
The wire type corresponding to StopWidth.
Implementations§
Trait Implementations§
impl Copy for StopWidth
Source§impl<___E> Encode<StopWidth, ___E> for StopWidthwhere
___E: ?Sized,
impl<___E> Encode<StopWidth, ___E> for StopWidthwhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<StopWidth, ___E> for &'a StopWidthwhere
___E: ?Sized,
impl<'a, ___E> Encode<StopWidth, ___E> for &'a StopWidthwhere
___E: ?Sized,
impl Eq for StopWidth
Source§impl FromWireRef<StopWidth> for StopWidth
impl FromWireRef<StopWidth> for StopWidth
Source§fn from_wire_ref(wire: &StopWidth) -> Self
fn from_wire_ref(wire: &StopWidth) -> Self
Converts the given reference to this type.
impl StructuralPartialEq for StopWidth
Auto Trait Implementations§
impl Freeze for StopWidth
impl RefUnwindSafe for StopWidth
impl Send for StopWidth
impl Sync for StopWidth
impl Unpin for StopWidth
impl UnsafeUnpin for StopWidth
impl UnwindSafe for StopWidth
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,
§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]