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