#[repr(C)]pub struct mjs_c_struct_member {
pub name: *const c_char,
pub offset: c_int,
pub type_: mjs_struct_field_type,
pub arg: *const c_void,
}Fields§
§name: *const c_char§offset: c_int§type_: mjs_struct_field_type§arg: *const c_voidTrait Implementations§
Source§impl Clone for mjs_c_struct_member
impl Clone for mjs_c_struct_member
Source§fn clone(&self) -> mjs_c_struct_member
fn clone(&self) -> mjs_c_struct_member
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 mjs_c_struct_member
impl Debug for mjs_c_struct_member
impl Copy for mjs_c_struct_member
Auto Trait Implementations§
impl Freeze for mjs_c_struct_member
impl RefUnwindSafe for mjs_c_struct_member
impl !Send for mjs_c_struct_member
impl !Sync for mjs_c_struct_member
impl Unpin for mjs_c_struct_member
impl UnwindSafe for mjs_c_struct_member
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