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