#[repr(u16)]pub enum SymbolProperty {
Unknown = 0,
Generic = 1,
TemplatePartialSpecialization = 2,
TemplateSpecialization = 4,
UnitTest = 8,
IBAnnotated = 16,
IBOutletCollection = 32,
GKInspectable = 64,
Local = 128,
}Variants§
Unknown = 0
Generic = 1
TemplatePartialSpecialization = 2
TemplateSpecialization = 4
UnitTest = 8
IBAnnotated = 16
IBOutletCollection = 32
GKInspectable = 64
Local = 128
Trait Implementations§
Source§impl Clone for SymbolProperty
impl Clone for SymbolProperty
Source§fn clone(&self) -> SymbolProperty
fn clone(&self) -> SymbolProperty
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 SymbolProperty
impl Debug for SymbolProperty
Source§impl Default for SymbolProperty
impl Default for SymbolProperty
Source§fn default() -> SymbolProperty
fn default() -> SymbolProperty
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SymbolProperty
impl RefUnwindSafe for SymbolProperty
impl Send for SymbolProperty
impl Sync for SymbolProperty
impl Unpin for SymbolProperty
impl UnwindSafe for SymbolProperty
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