Struct devicemapper::DataBlocks
source · [−]pub struct DataBlocks(pub u64);Expand description
A type for data blocks
Tuple Fields
0: u64Implementations
Add two items of the same type, return None if overflow.
Trait Implementations
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the + operator.
Performs the + operation. Read more
Performs the += operation. Read more
Returns the “default value” for a type. Read more
fn deserialize<D>(deserializer: D) -> Result<DataBlocks, D::Error> where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<DataBlocks, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the / operator.
Performs the / operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the / operator.
Performs the / operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the / operator.
Performs the / operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the / operator.
Performs the / operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the / operator.
Performs the / operation. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the * operator.
Performs the * operation. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the % operator.
Performs the % operation. Read more
type Output = DataBlocks
type Output = DataBlocks
The resulting type after applying the - operator.
Performs the - operation. Read more
Performs the -= operation. Read more
Method which takes an iterator and generates Self from the elements by
“summing up” the items. Read more
Auto Trait Implementations
impl RefUnwindSafe for DataBlocks
impl Send for DataBlocks
impl Sync for DataBlocks
impl Unpin for DataBlocks
impl UnwindSafe for DataBlocks
Blanket Implementations
Mutably borrows from an owned value. Read more