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