pub struct ViewVolumeId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for ViewVolumeId
impl Clone for ViewVolumeId
Source§fn clone(&self) -> ViewVolumeId
fn clone(&self) -> ViewVolumeId
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 ViewVolumeId
Source§impl Debug for ViewVolumeId
impl Debug for ViewVolumeId
impl Eq for ViewVolumeId
Source§impl Hash for ViewVolumeId
impl Hash for ViewVolumeId
Source§impl PartialEq for ViewVolumeId
impl PartialEq for ViewVolumeId
Source§fn eq(&self, other: &ViewVolumeId) -> bool
fn eq(&self, other: &ViewVolumeId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ViewVolumeId
Auto Trait Implementations§
impl Freeze for ViewVolumeId
impl RefUnwindSafe for ViewVolumeId
impl Send for ViewVolumeId
impl Sync for ViewVolumeId
impl Unpin for ViewVolumeId
impl UnsafeUnpin for ViewVolumeId
impl UnwindSafe for ViewVolumeId
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