pub struct PaddingEndOfInlineObjectBeforeNextObject2Byte {
pub out_of_line: Option<Box<Struct8Byte>>,
pub in_line: Struct2Byte,
}Fields§
§out_of_line: Option<Box<Struct8Byte>>§in_line: Struct2ByteTrait Implementations§
Source§impl Clone for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl Clone for PaddingEndOfInlineObjectBeforeNextObject2Byte
Source§fn clone(&self) -> PaddingEndOfInlineObjectBeforeNextObject2Byte
fn clone(&self) -> PaddingEndOfInlineObjectBeforeNextObject2Byte
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<___E> Encode<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>, ___E> for PaddingEndOfInlineObjectBeforeNextObject2Bytewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<___E> Encode<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>, ___E> for PaddingEndOfInlineObjectBeforeNextObject2Bytewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'a, ___E> Encode<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>, ___E> for &'a PaddingEndOfInlineObjectBeforeNextObject2Bytewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
impl<'a, ___E> Encode<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>, ___E> for &'a PaddingEndOfInlineObjectBeforeNextObject2Bytewhere
___E: InternalHandleEncoder + Encoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> EncodeOption<Box<'static, PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>, ___E> for PaddingEndOfInlineObjectBeforeNextObject2Bytewhere
___E: Encoder + ?Sized,
PaddingEndOfInlineObjectBeforeNextObject2Byte: Encode<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>, ___E>,
impl<___E> EncodeOption<Box<'static, PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>, ___E> for PaddingEndOfInlineObjectBeforeNextObject2Bytewhere
___E: Encoder + ?Sized,
PaddingEndOfInlineObjectBeforeNextObject2Byte: Encode<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>, ___E>,
Source§fn encode_option(
this: Option<PaddingEndOfInlineObjectBeforeNextObject2Byte>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<PaddingEndOfInlineObjectBeforeNextObject2Byte>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl<'a, ___E> EncodeOption<Box<'static, PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>, ___E> for &'a PaddingEndOfInlineObjectBeforeNextObject2Bytewhere
___E: Encoder + ?Sized,
&'a PaddingEndOfInlineObjectBeforeNextObject2Byte: Encode<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>, ___E>,
impl<'a, ___E> EncodeOption<Box<'static, PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>, ___E> for &'a PaddingEndOfInlineObjectBeforeNextObject2Bytewhere
___E: Encoder + ?Sized,
&'a PaddingEndOfInlineObjectBeforeNextObject2Byte: Encode<PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>, ___E>,
Source§fn encode_option(
this: Option<&'a PaddingEndOfInlineObjectBeforeNextObject2Byte>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<&'a PaddingEndOfInlineObjectBeforeNextObject2Byte>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, PaddingEndOfInlineObjectBeforeNextObject2Byte<'static>>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
impl Eq for PaddingEndOfInlineObjectBeforeNextObject2Byte
Source§impl<'de> FromWire<PaddingEndOfInlineObjectBeforeNextObject2Byte<'de>> for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl<'de> FromWire<PaddingEndOfInlineObjectBeforeNextObject2Byte<'de>> for PaddingEndOfInlineObjectBeforeNextObject2Byte
Source§fn from_wire(
wire: PaddingEndOfInlineObjectBeforeNextObject2Byte<'de>,
) -> PaddingEndOfInlineObjectBeforeNextObject2Byte
fn from_wire( wire: PaddingEndOfInlineObjectBeforeNextObject2Byte<'de>, ) -> PaddingEndOfInlineObjectBeforeNextObject2Byte
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<PaddingEndOfInlineObjectBeforeNextObject2Byte<'de>> for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl<'de> FromWireRef<PaddingEndOfInlineObjectBeforeNextObject2Byte<'de>> for PaddingEndOfInlineObjectBeforeNextObject2Byte
Source§fn from_wire_ref(
wire: &PaddingEndOfInlineObjectBeforeNextObject2Byte<'de>,
) -> PaddingEndOfInlineObjectBeforeNextObject2Byte
fn from_wire_ref( wire: &PaddingEndOfInlineObjectBeforeNextObject2Byte<'de>, ) -> PaddingEndOfInlineObjectBeforeNextObject2Byte
Converts the given reference to this type.
Source§impl Ord for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl Ord for PaddingEndOfInlineObjectBeforeNextObject2Byte
Source§fn cmp(&self, other: &PaddingEndOfInlineObjectBeforeNextObject2Byte) -> Ordering
fn cmp(&self, other: &PaddingEndOfInlineObjectBeforeNextObject2Byte) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl PartialOrd for PaddingEndOfInlineObjectBeforeNextObject2Byte
Source§fn partial_cmp(
&self,
other: &PaddingEndOfInlineObjectBeforeNextObject2Byte,
) -> Option<Ordering>
fn partial_cmp( &self, other: &PaddingEndOfInlineObjectBeforeNextObject2Byte, ) -> Option<Ordering>
impl StructuralPartialEq for PaddingEndOfInlineObjectBeforeNextObject2Byte
Auto Trait Implementations§
impl Freeze for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl RefUnwindSafe for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl Send for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl Sync for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl Unpin for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl UnsafeUnpin for PaddingEndOfInlineObjectBeforeNextObject2Byte
impl UnwindSafe for PaddingEndOfInlineObjectBeforeNextObject2Byte
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, 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, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference 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]