Struct linux_info::storage::PartitionEntry [−][src]
Implementations
impl<'a> PartitionEntry<'a>[src]
pub fn values(&self) -> impl Iterator<Item = &'a str>[src]
returns every key and valu ein the cpu info
pub fn major(&self) -> Option<usize>[src]
Returns the major value.
pub fn minor(&self) -> Option<usize>[src]
Returns the minor value.
pub fn blocks(&self) -> Option<usize>[src]
Returns the blocks value.
pub fn name(&self) -> Option<&'a str>[src]
Returns the name value.
Trait Implementations
impl<'a> Clone for PartitionEntry<'a>[src]
fn clone(&self) -> PartitionEntry<'a>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> Debug for PartitionEntry<'a>[src]
impl<'a> Eq for PartitionEntry<'a>[src]
impl<'a> PartialEq<PartitionEntry<'a>> for PartitionEntry<'a>[src]
fn eq(&self, other: &PartitionEntry<'a>) -> bool[src]
fn ne(&self, other: &PartitionEntry<'a>) -> bool[src]
impl<'a> StructuralEq for PartitionEntry<'a>[src]
impl<'a> StructuralPartialEq for PartitionEntry<'a>[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for PartitionEntry<'a>
impl<'a> Send for PartitionEntry<'a>
impl<'a> Sync for PartitionEntry<'a>
impl<'a> Unpin for PartitionEntry<'a>
impl<'a> UnwindSafe for PartitionEntry<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,