#[repr(C)]pub enum ShowCompOption {
Yes = 0,
No = 1,
Disabled = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for ShowCompOption
impl Clone for ShowCompOption
Source§fn clone(&self) -> ShowCompOption
fn clone(&self) -> ShowCompOption
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 PartialEq for ShowCompOption
impl PartialEq for ShowCompOption
impl Copy for ShowCompOption
impl Eq for ShowCompOption
impl StructuralPartialEq for ShowCompOption
Auto Trait Implementations§
impl Freeze for ShowCompOption
impl RefUnwindSafe for ShowCompOption
impl Send for ShowCompOption
impl Sync for ShowCompOption
impl Unpin for ShowCompOption
impl UnwindSafe for ShowCompOption
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