#[repr(C)]pub struct ExternalImageId(pub u64);
Expand description
An arbitrary identifier for an external image provided by the application. It must be a unique identifier for each external image.
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
Source§impl Clone for ExternalImageId
impl Clone for ExternalImageId
Source§fn clone(&self) -> ExternalImageId
fn clone(&self) -> ExternalImageId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExternalImageId
impl Debug for ExternalImageId
Source§impl Hash for ExternalImageId
impl Hash for ExternalImageId
Source§impl Ord for ExternalImageId
impl Ord for ExternalImageId
Source§fn cmp(&self, other: &ExternalImageId) -> Ordering
fn cmp(&self, other: &ExternalImageId) -> Ordering
1.21.0 · 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
Source§impl PartialEq for ExternalImageId
impl PartialEq for ExternalImageId
Source§impl PartialOrd for ExternalImageId
impl PartialOrd for ExternalImageId
impl Copy for ExternalImageId
impl Eq for ExternalImageId
impl StructuralPartialEq for ExternalImageId
Auto Trait Implementations§
impl Freeze for ExternalImageId
impl RefUnwindSafe for ExternalImageId
impl Send for ExternalImageId
impl Sync for ExternalImageId
impl Unpin for ExternalImageId
impl UnwindSafe for ExternalImageId
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
)