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