#[repr(C)]pub struct Vec {
pub x: Int32,
pub y: Int32,
}Expand description
The wire type corresponding to Vec.
Fields§
§x: Int32§y: Int32Trait Implementations§
Source§impl<'a, ___E> Encode<Vec, ___E> for &'a Vecwhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<Vec, ___E> for &'a Vecwhere
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E> Encode<Vec, ___E> for Vecwhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<Vec, ___E> for Vecwhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<Self, Vec>
const COPY_OPTIMIZATION: CopyOptimization<Self, Vec>
Source§impl<___E, T0, T1> Encode<Vec, ___E> for Vec<T0, T1>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Int32, ___E>,
T1: Encode<Int32, ___E>,
impl<___E, T0, T1> Encode<Vec, ___E> for Vec<T0, T1>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Int32, ___E>,
T1: Encode<Int32, ___E>,
Source§impl FromWireRef<Vec> for Vec
impl FromWireRef<Vec> for Vec
Source§fn from_wire_ref(wire: &Vec) -> Self
fn from_wire_ref(wire: &Vec) -> Self
Converts the given reference to this type.
Auto Trait Implementations§
impl Freeze for Vec
impl RefUnwindSafe for Vec
impl Send for Vec
impl Sync for Vec
impl Unpin for Vec
impl UnsafeUnpin for Vec
impl UnwindSafe for Vec
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]