pub struct ResidentArtifactId(pub u32);Expand description
Opaque id for an artifact already resident in megakernel-owned buffers.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for ResidentArtifactId
impl Clone for ResidentArtifactId
Source§fn clone(&self) -> ResidentArtifactId
fn clone(&self) -> ResidentArtifactId
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 moreimpl Copy for ResidentArtifactId
Source§impl Debug for ResidentArtifactId
impl Debug for ResidentArtifactId
impl Eq for ResidentArtifactId
Source§impl Hash for ResidentArtifactId
impl Hash for ResidentArtifactId
Source§impl PartialEq for ResidentArtifactId
impl PartialEq for ResidentArtifactId
impl StructuralPartialEq for ResidentArtifactId
Auto Trait Implementations§
impl Freeze for ResidentArtifactId
impl RefUnwindSafe for ResidentArtifactId
impl Send for ResidentArtifactId
impl Sync for ResidentArtifactId
impl Unpin for ResidentArtifactId
impl UnsafeUnpin for ResidentArtifactId
impl UnwindSafe for ResidentArtifactId
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.