#[repr(C)]pub struct Sandwich1 {
pub before: Uint32,
pub the_union: UnionSize8Align4,
pub after: Uint32,
}Expand description
The wire type corresponding to Sandwich1.
Fields§
§before: Uint32§the_union: UnionSize8Align4§after: Uint32Trait Implementations§
Source§impl<'a, ___E> Encode<Sandwich1, ___E> for &'a Sandwich1where
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<Sandwich1, ___E> for &'a Sandwich1where
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E> Encode<Sandwich1, ___E> for Sandwich1where
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<Sandwich1, ___E> for Sandwich1where
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E, T0, T1, T2> Encode<Sandwich1, ___E> for Sandwich1<T0, T1, T2>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint32, ___E>,
T1: Encode<UnionSize8Align4, ___E>,
T2: Encode<Uint32, ___E>,
impl<___E, T0, T1, T2> Encode<Sandwich1, ___E> for Sandwich1<T0, T1, T2>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint32, ___E>,
T1: Encode<UnionSize8Align4, ___E>,
T2: Encode<Uint32, ___E>,
Source§impl FromWireRef<Sandwich1> for Sandwich1
impl FromWireRef<Sandwich1> for Sandwich1
Source§fn from_wire_ref(wire: &Sandwich1) -> Self
fn from_wire_ref(wire: &Sandwich1) -> Self
Converts the given reference to this type.
Auto Trait Implementations§
impl Freeze for Sandwich1
impl RefUnwindSafe for Sandwich1
impl Send for Sandwich1
impl Sync for Sandwich1
impl Unpin for Sandwich1
impl UnsafeUnpin for Sandwich1
impl UnwindSafe for Sandwich1
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,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§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]