Struct libmysofa_sys::MYSOFA_VARIABLE
source · #[repr(C)]pub struct MYSOFA_VARIABLE {
pub next: *mut MYSOFA_VARIABLE,
pub name: *mut c_char,
pub value: *mut MYSOFA_ARRAY,
}Fields
next: *mut MYSOFA_VARIABLEname: *mut c_charvalue: *mut MYSOFA_ARRAYTrait Implementations
sourceimpl Clone for MYSOFA_VARIABLE
impl Clone for MYSOFA_VARIABLE
sourcefn clone(&self) -> MYSOFA_VARIABLE
fn clone(&self) -> MYSOFA_VARIABLE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MYSOFA_VARIABLE
impl Debug for MYSOFA_VARIABLE
impl Copy for MYSOFA_VARIABLE
Auto Trait Implementations
impl RefUnwindSafe for MYSOFA_VARIABLE
impl !Send for MYSOFA_VARIABLE
impl !Sync for MYSOFA_VARIABLE
impl Unpin for MYSOFA_VARIABLE
impl UnwindSafe for MYSOFA_VARIABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more