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