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