pub enum HugePageOption {
    None,
    HugePage2M,
}Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for HugePageOption
 
impl Clone for HugePageOption
Sourceยงfn clone(&self) -> HugePageOption
 
fn clone(&self) -> HugePageOption
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 HugePageOption
 
impl Debug for HugePageOption
Sourceยงimpl<'de> Deserialize<'de> for HugePageOption
 
impl<'de> Deserialize<'de> for HugePageOption
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 Hash for HugePageOption
 
impl Hash for HugePageOption
Sourceยงimpl Ord for HugePageOption
 
impl Ord for HugePageOption
Sourceยงfn cmp(&self, other: &HugePageOption) -> Ordering
 
fn cmp(&self, other: &HugePageOption) -> 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 HugePageOption
 
impl PartialEq for HugePageOption
Sourceยงimpl PartialOrd for HugePageOption
 
impl PartialOrd for HugePageOption
Sourceยงimpl Serialize for HugePageOption
 
impl Serialize for HugePageOption
impl Eq for HugePageOption
impl StructuralPartialEq for HugePageOption
Auto Trait Implementationsยง
impl Freeze for HugePageOption
impl RefUnwindSafe for HugePageOption
impl Send for HugePageOption
impl Sync for HugePageOption
impl Unpin for HugePageOption
impl UnwindSafe for HugePageOption
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