#[repr(C)]pub struct custom_opt_s__bindgen_ty_1_generic_custom_opt_data {
pub custom_data_len: gsize,
pub custom_data: *mut gchar,
}Fields§
§custom_data_len: gsize§custom_data: *mut gcharTrait Implementations§
Source§impl Clone for custom_opt_s__bindgen_ty_1_generic_custom_opt_data
impl Clone for custom_opt_s__bindgen_ty_1_generic_custom_opt_data
Source§fn clone(&self) -> custom_opt_s__bindgen_ty_1_generic_custom_opt_data
fn clone(&self) -> custom_opt_s__bindgen_ty_1_generic_custom_opt_data
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 custom_opt_s__bindgen_ty_1_generic_custom_opt_data
Auto Trait Implementations§
impl Freeze for custom_opt_s__bindgen_ty_1_generic_custom_opt_data
impl RefUnwindSafe for custom_opt_s__bindgen_ty_1_generic_custom_opt_data
impl !Send for custom_opt_s__bindgen_ty_1_generic_custom_opt_data
impl !Sync for custom_opt_s__bindgen_ty_1_generic_custom_opt_data
impl Unpin for custom_opt_s__bindgen_ty_1_generic_custom_opt_data
impl UnwindSafe for custom_opt_s__bindgen_ty_1_generic_custom_opt_data
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