pub struct Image {
pub mono_ptr: *mut MonoImage,
pub assembly: Arc<Assembly>,
pub domain: Arc<Domain>,
}
Fields§
§mono_ptr: *mut MonoImage
§assembly: Arc<Assembly>
§domain: Arc<Domain>
Implementations§
Source§impl Image
impl Image
pub fn get_class_by_name<T: AsRef<str>>( &self, name_space: T, name: T, ) -> MonoResult<Class>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Image
impl RefUnwindSafe for Image
impl !Send for Image
impl !Sync for Image
impl Unpin for Image
impl UnwindSafe for Image
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