Enum rustsynth_sys::VSMessageType
source · #[repr(u32)]
pub enum VSMessageType {
mtDebug,
mtInformation,
mtWarning,
mtCritical,
mtFatal,
}Variants§
Trait Implementations§
source§impl Clone for VSMessageType
impl Clone for VSMessageType
source§fn clone(&self) -> VSMessageType
fn clone(&self) -> VSMessageType
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 VSMessageType
impl Debug for VSMessageType
source§impl Hash for VSMessageType
impl Hash for VSMessageType
source§impl PartialEq<VSMessageType> for VSMessageType
impl PartialEq<VSMessageType> for VSMessageType
source§fn eq(&self, other: &VSMessageType) -> bool
fn eq(&self, other: &VSMessageType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.