#[repr(C)]pub struct st_dynamic_fns {
pub static_state: *mut c_void,
pub mem_fns: st_dynamic_MEM_fns,
}
Fields§
§static_state: *mut c_void
§mem_fns: st_dynamic_MEM_fns
Trait Implementations§
Source§impl Clone for st_dynamic_fns
impl Clone for st_dynamic_fns
Source§fn clone(&self) -> st_dynamic_fns
fn clone(&self) -> st_dynamic_fns
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 moreSource§impl Debug for st_dynamic_fns
impl Debug for st_dynamic_fns
impl Copy for st_dynamic_fns
Auto Trait Implementations§
impl Freeze for st_dynamic_fns
impl RefUnwindSafe for st_dynamic_fns
impl !Send for st_dynamic_fns
impl !Sync for st_dynamic_fns
impl Unpin for st_dynamic_fns
impl UnwindSafe for st_dynamic_fns
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