Struct yaslapi_sys::YASL_State
source · #[repr(C)]pub struct YASL_State { /* private fields */ }Trait Implementations§
source§impl Clone for YASL_State
impl Clone for YASL_State
source§fn clone(&self) -> YASL_State
fn clone(&self) -> YASL_State
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 YASL_State
impl Debug for YASL_State
impl Copy for YASL_State
Auto Trait Implementations§
impl RefUnwindSafe for YASL_State
impl Send for YASL_State
impl Sync for YASL_State
impl Unpin for YASL_State
impl UnwindSafe for YASL_State
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