Enum libcryptsetup_rs::MetadataSize
source · [−]pub enum MetadataSize {
Kb16,
Kb32,
Kb64,
Kb128,
Kb256,
Kb512,
Kb1024,
Kb2048,
Kb4096,
}
Expand description
Size allocated for metadata
Variants
Kb16
Kb32
Kb64
Kb128
Kb256
Kb512
Kb1024
Kb2048
Kb4096
Trait Implementations
sourceimpl Clone for MetadataSize
impl Clone for MetadataSize
sourcefn clone(&self) -> MetadataSize
fn clone(&self) -> MetadataSize
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for MetadataSize
impl Debug for MetadataSize
sourceimpl Deref for MetadataSize
impl Deref for MetadataSize
sourceimpl PartialEq<MetadataSize> for MetadataSize
impl PartialEq<MetadataSize> for MetadataSize
sourceimpl TryFrom<u64> for MetadataSize
impl TryFrom<u64> for MetadataSize
impl Copy for MetadataSize
impl Eq for MetadataSize
impl StructuralEq for MetadataSize
impl StructuralPartialEq for MetadataSize
Auto Trait Implementations
impl RefUnwindSafe for MetadataSize
impl Send for MetadataSize
impl Sync for MetadataSize
impl Unpin for MetadataSize
impl UnwindSafe for MetadataSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more