#[repr(C)]pub struct st_typelib {
pub count: c_uint,
pub name: *const c_char,
pub type_names: *mut *const c_char,
pub type_lengths: *mut c_uint,
}Fields§
§count: c_uint§name: *const c_char§type_names: *mut *const c_char§type_lengths: *mut c_uintTrait Implementations§
Source§impl Clone for st_typelib
impl Clone for st_typelib
Source§fn clone(&self) -> st_typelib
fn clone(&self) -> st_typelib
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 moreSource§impl Debug for st_typelib
impl Debug for st_typelib
impl Copy for st_typelib
Auto Trait Implementations§
impl Freeze for st_typelib
impl RefUnwindSafe for st_typelib
impl !Send for st_typelib
impl !Sync for st_typelib
impl Unpin for st_typelib
impl UnwindSafe for st_typelib
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