#[non_exhaustive]pub enum SciControl {
Show 20 variants
Bur,
BurBlg,
BurDtp,
BurWrg,
Hcs,
HcsO,
HcsP,
HcsX,
Klm,
KlmR,
Mvl,
Rsv,
Si,
SiEu,
SiG,
SiNk,
Tk,
TkBlfh,
TkIdit,
TkKand,
}Expand description
SCI control markings from CVEnumISMSCIControls.xml.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Bur
BUR
BurBlg
BUR-BLG
BurDtp
BUR-DTP
BurWrg
BUR-WRG
Hcs
HCS
HcsO
HCS-O
HcsP
HCS-P
HcsX
HCS-X
Klm
KLAMATH
KlmR
KLAMATH-R
Mvl
MARVEL
Rsv
RESERVE
Si
SPECIAL
SiEu
ECRU
SiG
SI-GAMMA
SiNk
NONBOOK
Tk
TALENT KEYHOLE
TkBlfh
BLUEFISH
TkIdit
IDITAROD
TkKand
KANDIK
Implementations§
Trait Implementations§
Source§impl Clone for SciControl
impl Clone for SciControl
Source§fn clone(&self) -> SciControl
fn clone(&self) -> SciControl
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 SciControl
impl Debug for SciControl
Source§impl Display for SciControl
impl Display for SciControl
Source§impl Hash for SciControl
impl Hash for SciControl
Source§impl Ord for SciControl
impl Ord for SciControl
Source§fn cmp(&self, other: &SciControl) -> Ordering
fn cmp(&self, other: &SciControl) -> 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 SciControl
impl PartialEq for SciControl
Source§impl PartialOrd for SciControl
impl PartialOrd for SciControl
impl Copy for SciControl
impl Eq for SciControl
impl StructuralPartialEq for SciControl
Auto Trait Implementations§
impl Freeze for SciControl
impl RefUnwindSafe for SciControl
impl Send for SciControl
impl Sync for SciControl
impl Unpin for SciControl
impl UnsafeUnpin for SciControl
impl UnwindSafe for SciControl
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