pub enum ClrReferenceType {
Type,
Method,
Field,
Member,
}Expand description
CLR 引用类型
Variants§
Trait Implementations§
Source§impl Clone for ClrReferenceType
impl Clone for ClrReferenceType
Source§fn clone(&self) -> ClrReferenceType
fn clone(&self) -> ClrReferenceType
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 ClrReferenceType
impl Debug for ClrReferenceType
Source§impl Hash for ClrReferenceType
impl Hash for ClrReferenceType
Source§impl PartialEq for ClrReferenceType
impl PartialEq for ClrReferenceType
impl Copy for ClrReferenceType
impl Eq for ClrReferenceType
impl StructuralPartialEq for ClrReferenceType
Auto Trait Implementations§
impl Freeze for ClrReferenceType
impl RefUnwindSafe for ClrReferenceType
impl Send for ClrReferenceType
impl Sync for ClrReferenceType
impl Unpin for ClrReferenceType
impl UnsafeUnpin for ClrReferenceType
impl UnwindSafe for ClrReferenceType
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