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