pub struct CilFieldRef {
pub field_type: CilType,
pub declaring_type: CilType,
pub name: String,
}Expand description
A reference to a .NET field.
Fields§
§field_type: CilType§declaring_type: CilType§name: StringTrait Implementations§
Source§impl Clone for CilFieldRef
impl Clone for CilFieldRef
Source§fn clone(&self) -> CilFieldRef
fn clone(&self) -> CilFieldRef
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 CilFieldRef
impl Debug for CilFieldRef
Auto Trait Implementations§
impl Freeze for CilFieldRef
impl RefUnwindSafe for CilFieldRef
impl Send for CilFieldRef
impl Sync for CilFieldRef
impl Unpin for CilFieldRef
impl UnsafeUnpin for CilFieldRef
impl UnwindSafe for CilFieldRef
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