pub struct Sandwich6 {
pub before: u32,
pub the_union: UnionWithVector,
pub after: u32,
}Fields§
§before: u32§the_union: UnionWithVector§after: u32Trait Implementations§
Source§impl<___E> Encode<Sandwich6<'static>, ___E> for Sandwich6where
___E: InternalHandleEncoder + ?Sized + Encoder + HandleEncoder,
impl<___E> Encode<Sandwich6<'static>, ___E> for Sandwich6where
___E: InternalHandleEncoder + ?Sized + Encoder + HandleEncoder,
Source§impl<___E> EncodeOption<Box<'static, Sandwich6<'static>>, ___E> for Sandwich6
impl<___E> EncodeOption<Box<'static, Sandwich6<'static>>, ___E> for Sandwich6
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, Sandwich6<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, Sandwich6<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
impl StructuralPartialEq for Sandwich6
Auto Trait Implementations§
impl Freeze for Sandwich6
impl RefUnwindSafe for Sandwich6
impl Send for Sandwich6
impl Sync for Sandwich6
impl Unpin for Sandwich6
impl UnwindSafe for Sandwich6
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
§impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§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]