#[repr(C)]pub struct cst_val_struct {
pub c: cst_val_struct__bindgen_ty_1,
}
Fields§
§c: cst_val_struct__bindgen_ty_1
Trait Implementations§
Source§impl Clone for cst_val_struct
impl Clone for cst_val_struct
Source§fn clone(&self) -> cst_val_struct
fn clone(&self) -> cst_val_struct
Returns a duplicate 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 cst_val_struct
Auto Trait Implementations§
impl Freeze for cst_val_struct
impl RefUnwindSafe for cst_val_struct
impl !Send for cst_val_struct
impl !Sync for cst_val_struct
impl Unpin for cst_val_struct
impl UnwindSafe for cst_val_struct
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