#[repr(u32)]
pub enum VSCoreCreationFlags {
ccfEnableGraphInspection,
ccfDisableAutoLoading,
ccfDisableLibraryUnloading,
}Variants§
Trait Implementations§
source§impl Clone for VSCoreCreationFlags
impl Clone for VSCoreCreationFlags
source§fn clone(&self) -> VSCoreCreationFlags
fn clone(&self) -> VSCoreCreationFlags
Returns a copy 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 VSCoreCreationFlags
impl Debug for VSCoreCreationFlags
source§impl Hash for VSCoreCreationFlags
impl Hash for VSCoreCreationFlags
source§impl PartialEq<VSCoreCreationFlags> for VSCoreCreationFlags
impl PartialEq<VSCoreCreationFlags> for VSCoreCreationFlags
source§fn eq(&self, other: &VSCoreCreationFlags) -> bool
fn eq(&self, other: &VSCoreCreationFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.