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