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