pub struct StaticField {
pub mono_ptr: *mut MonoClassField,
pub assembly: Arc<Assembly>,
pub class: Arc<Class>,
pub domain: Arc<Domain>,
pub image: Arc<Image>,
}
Fields§
§mono_ptr: *mut MonoClassField
§assembly: Arc<Assembly>
§class: Arc<Class>
§domain: Arc<Domain>
§image: Arc<Image>
Trait Implementations§
Source§impl AsRawVoid for StaticField
impl AsRawVoid for StaticField
fn as_raw_void(self) -> *mut c_void
Source§impl Clone for StaticField
impl Clone for StaticField
Source§fn clone(&self) -> StaticField
fn clone(&self) -> StaticField
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 moreAuto Trait Implementations§
impl Freeze for StaticField
impl RefUnwindSafe for StaticField
impl !Send for StaticField
impl !Sync for StaticField
impl Unpin for StaticField
impl UnwindSafe for StaticField
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