pub struct ImageId(pub u64);
Expand description
Strongly typed wrapper around an image ID.
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl From<ImageId> for ImageId
impl From<ImageId> for ImageId
Source§fn from(fidl_image_id: FidlImageId) -> Self
fn from(fidl_image_id: FidlImageId) -> Self
Converts to this type from the input type.
impl Copy for ImageId
impl Eq for ImageId
impl StructuralPartialEq for ImageId
Auto Trait Implementations§
impl Freeze for ImageId
impl RefUnwindSafe for ImageId
impl Send for ImageId
impl Sync for ImageId
impl Unpin 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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)