pub struct ClusterId(/* private fields */);
Expand description
Identifies a cluster on disk.
A cluster is a consecutive group of blocks. Each cluster has a a numeric ID. Some numeric IDs are reserved for special purposes.
Implementations§
Source§impl ClusterId
impl ClusterId
Trait Implementations§
Source§impl AddAssign<u32> for ClusterId
impl AddAssign<u32> for ClusterId
Source§fn add_assign(&mut self, rhs: u32)
fn add_assign(&mut self, rhs: u32)
Performs the
+=
operation. Read moreSource§impl Ord for ClusterId
impl Ord for ClusterId
Source§impl PartialOrd for ClusterId
impl PartialOrd for ClusterId
impl Copy for ClusterId
impl Eq for ClusterId
impl StructuralPartialEq for ClusterId
Auto Trait Implementations§
impl Freeze for ClusterId
impl RefUnwindSafe for ClusterId
impl Send for ClusterId
impl Sync for ClusterId
impl Unpin for ClusterId
impl UnwindSafe for ClusterId
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)