#[repr(C)]pub struct ReflectionSpecialNameType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ReflectionSpecialNameType
impl ReflectionSpecialNameType
pub fn index_getter() -> Self
pub fn index_setter() -> Self
pub fn implicit_cast() -> Self
pub fn explicit_cast() -> Self
pub fn operator_true() -> Self
pub fn operator_false() -> Self
pub fn property_getter() -> Self
pub fn property_setter() -> Self
pub fn add_event() -> Self
pub fn remove_event() -> Self
pub fn operator_add() -> Self
pub fn operator_and() -> Self
pub fn operator_or() -> Self
pub fn operator_dec() -> Self
pub fn operator_div() -> Self
pub fn operator_eq() -> Self
pub fn operator_xor() -> Self
pub fn operator_gt() -> Self
pub fn operator_gte() -> Self
pub fn operator_inc() -> Self
pub fn operator_neq() -> Self
pub fn operator_lt() -> Self
pub fn operator_lte() -> Self
pub fn operator_not() -> Self
pub fn operator_mod() -> Self
pub fn operator_mul() -> Self
pub fn operator_compl() -> Self
pub fn operator_sub() -> Self
pub fn operator_neg() -> Self
pub fn operator_unary_plus() -> Self
Trait Implementations§
Source§impl Clone for ReflectionSpecialNameType
impl Clone for ReflectionSpecialNameType
Source§fn clone(&self) -> ReflectionSpecialNameType
fn clone(&self) -> ReflectionSpecialNameType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReflectionSpecialNameType
impl Debug for ReflectionSpecialNameType
Source§impl PartialEq for ReflectionSpecialNameType
impl PartialEq for ReflectionSpecialNameType
impl Copy for ReflectionSpecialNameType
impl Eq for ReflectionSpecialNameType
impl StructuralPartialEq for ReflectionSpecialNameType
Auto Trait Implementations§
impl Freeze for ReflectionSpecialNameType
impl RefUnwindSafe for ReflectionSpecialNameType
impl Send for ReflectionSpecialNameType
impl Sync for ReflectionSpecialNameType
impl Unpin for ReflectionSpecialNameType
impl UnwindSafe for ReflectionSpecialNameType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)