pub enum BlkdebugIOType {
read,
write,
write_zeroes,
discard,
flush,
block_status,
}
Variants§
Trait Implementations§
Source§impl Clone for BlkdebugIOType
impl Clone for BlkdebugIOType
Source§fn clone(&self) -> BlkdebugIOType
fn clone(&self) -> BlkdebugIOType
Returns a duplicate 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 BlkdebugIOType
impl Debug for BlkdebugIOType
Source§impl<'de> Deserialize<'de> for BlkdebugIOType
impl<'de> Deserialize<'de> for BlkdebugIOType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for BlkdebugIOType
impl Enum for BlkdebugIOType
Source§impl FromStr for BlkdebugIOType
impl FromStr for BlkdebugIOType
Source§impl Hash for BlkdebugIOType
impl Hash for BlkdebugIOType
Source§impl Ord for BlkdebugIOType
impl Ord for BlkdebugIOType
Source§fn cmp(&self, other: &BlkdebugIOType) -> Ordering
fn cmp(&self, other: &BlkdebugIOType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BlkdebugIOType
impl PartialEq for BlkdebugIOType
Source§impl PartialOrd for BlkdebugIOType
impl PartialOrd for BlkdebugIOType
Source§impl Serialize for BlkdebugIOType
impl Serialize for BlkdebugIOType
impl Copy for BlkdebugIOType
impl Eq for BlkdebugIOType
impl StructuralPartialEq for BlkdebugIOType
Auto Trait Implementations§
impl Freeze for BlkdebugIOType
impl RefUnwindSafe for BlkdebugIOType
impl Send for BlkdebugIOType
impl Sync for BlkdebugIOType
impl Unpin for BlkdebugIOType
impl UnwindSafe for BlkdebugIOType
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