Struct libcryptsetup_rs::consts::vals::KeyslotsSize
source · pub struct KeyslotsSize(_);Expand description
Size in bytes for the keyslots.
The value must be divisible by a 4KB block and no larger than 128MB.
Methods from Deref<Target = u64>§
Trait Implementations§
source§impl Clone for KeyslotsSize
impl Clone for KeyslotsSize
source§fn clone(&self) -> KeyslotsSize
fn clone(&self) -> KeyslotsSize
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 KeyslotsSize
impl Debug for KeyslotsSize
source§impl Deref for KeyslotsSize
impl Deref for KeyslotsSize
source§impl PartialEq<KeyslotsSize> for KeyslotsSize
impl PartialEq<KeyslotsSize> for KeyslotsSize
source§fn eq(&self, other: &KeyslotsSize) -> bool
fn eq(&self, other: &KeyslotsSize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.