#[repr(u8)]pub enum SymbolLanguage {
C = 0,
ObjC = 1,
CXX = 2,
Swift = 3,
}Variants§
Trait Implementations§
Source§impl Clone for SymbolLanguage
impl Clone for SymbolLanguage
Source§fn clone(&self) -> SymbolLanguage
fn clone(&self) -> SymbolLanguage
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 SymbolLanguage
impl Debug for SymbolLanguage
Source§impl Default for SymbolLanguage
impl Default for SymbolLanguage
Source§fn default() -> SymbolLanguage
fn default() -> SymbolLanguage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SymbolLanguage
impl RefUnwindSafe for SymbolLanguage
impl Send for SymbolLanguage
impl Sync for SymbolLanguage
impl Unpin for SymbolLanguage
impl UnwindSafe for SymbolLanguage
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