pub struct StringObject {
pub mono_ptr: *mut MonoString,
}
Fields§
§mono_ptr: *mut MonoString
Trait Implementations§
Source§impl AsRawVoid for StringObject
impl AsRawVoid for StringObject
fn as_raw_void(self) -> *mut c_void
Source§impl Clone for StringObject
impl Clone for StringObject
Source§fn clone(&self) -> StringObject
fn clone(&self) -> StringObject
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 StringObject
impl RefUnwindSafe for StringObject
impl !Send for StringObject
impl !Sync for StringObject
impl Unpin for StringObject
impl UnwindSafe for StringObject
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