#[repr(C)]pub struct st_WolframCompileLibrary_Functions {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for st_WolframCompileLibrary_Functions
impl Clone for st_WolframCompileLibrary_Functions
Source§fn clone(&self) -> st_WolframCompileLibrary_Functions
fn clone(&self) -> st_WolframCompileLibrary_Functions
Returns a copy 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 moreimpl Copy for st_WolframCompileLibrary_Functions
Auto Trait Implementations§
impl Freeze for st_WolframCompileLibrary_Functions
impl RefUnwindSafe for st_WolframCompileLibrary_Functions
impl Send for st_WolframCompileLibrary_Functions
impl Sync for st_WolframCompileLibrary_Functions
impl Unpin for st_WolframCompileLibrary_Functions
impl UnwindSafe for st_WolframCompileLibrary_Functions
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