#[repr(u32)]pub enum ObjType {
Channel = 4,
}Variants§
Channel = 4
Trait Implementations§
Source§impl<'a, ___E> Encode<ObjType, ___E> for &'a ObjTypewhere
___E: ?Sized,
impl<'a, ___E> Encode<ObjType, ___E> for &'a ObjTypewhere
___E: ?Sized,
Source§impl<___E> Encode<ObjType, ___E> for ObjTypewhere
___E: ?Sized,
impl<___E> Encode<ObjType, ___E> for ObjTypewhere
___E: ?Sized,
Source§impl FromWireRef<ObjType> for ObjType
impl FromWireRef<ObjType> for ObjType
Source§fn from_wire_ref(wire: &ObjType) -> ObjType
fn from_wire_ref(wire: &ObjType) -> ObjType
Converts the given reference to this type.
Source§impl Ord for ObjType
impl Ord for ObjType
Source§impl PartialOrd for ObjType
impl PartialOrd for ObjType
impl Copy for ObjType
impl Eq for ObjType
impl StructuralPartialEq for ObjType
Auto Trait Implementations§
impl Freeze for ObjType
impl RefUnwindSafe for ObjType
impl Send for ObjType
impl Sync for ObjType
impl Unpin for ObjType
impl UnwindSafe for ObjType
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, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§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]