#[repr(C)]pub struct Sandwich3<'de> {
pub before: Uint32,
pub the_union: UnionSize24Align8<'de>,
pub after: Uint32,
}Expand description
The wire type corresponding to Sandwich3.
Fields§
§before: Uint32§the_union: UnionSize24Align8<'de>§after: Uint32Trait Implementations§
Source§impl<'de, ___D> Decode<___D> for Sandwich3<'de>where
___D: InternalHandleDecoder + ?Sized + Decoder<'de>,
impl<'de, ___D> Decode<___D> for Sandwich3<'de>where
___D: InternalHandleDecoder + ?Sized + Decoder<'de>,
Source§impl<'a, ___E> Encode<Sandwich3<'static>, ___E> for &'a Sandwich3where
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<'a, ___E> Encode<Sandwich3<'static>, ___E> for &'a Sandwich3where
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§impl<___E> Encode<Sandwich3<'static>, ___E> for Sandwich3where
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<___E> Encode<Sandwich3<'static>, ___E> for Sandwich3where
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§impl<___E, T0, T1, T2> Encode<Sandwich3<'static>, ___E> for Sandwich3<T0, T1, T2>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<Uint32, ___E>,
T1: Encode<UnionSize24Align8<'static>, ___E>,
T2: Encode<Uint32, ___E>,
impl<___E, T0, T1, T2> Encode<Sandwich3<'static>, ___E> for Sandwich3<T0, T1, T2>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<Uint32, ___E>,
T1: Encode<UnionSize24Align8<'static>, ___E>,
T2: Encode<Uint32, ___E>,
Source§impl<'de> FromWireRef<Sandwich3<'de>> for Sandwich3
impl<'de> FromWireRef<Sandwich3<'de>> for Sandwich3
Source§fn from_wire_ref(wire: &Sandwich3<'de>) -> Self
fn from_wire_ref(wire: &Sandwich3<'de>) -> Self
Converts the given reference to this type.
Auto Trait Implementations§
impl<'de> Freeze for Sandwich3<'de>
impl<'de> RefUnwindSafe for Sandwich3<'de>
impl<'de> Send for Sandwich3<'de>
impl<'de> Sync for Sandwich3<'de>
impl<'de> Unpin for Sandwich3<'de>
impl<'de> UnsafeUnpin for Sandwich3<'de>
impl<'de> !UnwindSafe for Sandwich3<'de>
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, 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]