#[repr(C)]pub struct reb_binary_field_descriptor {
pub type_: u32,
pub dtype: reb_binary_field_descriptor__bindgen_ty_1,
pub name: [c_char; 1024],
pub offset: usize,
pub offset_N: usize,
pub element_size: usize,
}Fields§
§type_: u32§dtype: reb_binary_field_descriptor__bindgen_ty_1§name: [c_char; 1024]§offset: usize§offset_N: usize§element_size: usizeTrait Implementations§
Source§impl Clone for reb_binary_field_descriptor
impl Clone for reb_binary_field_descriptor
Source§fn clone(&self) -> reb_binary_field_descriptor
fn clone(&self) -> reb_binary_field_descriptor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 reb_binary_field_descriptor
impl Debug for reb_binary_field_descriptor
impl Copy for reb_binary_field_descriptor
Auto Trait Implementations§
impl Freeze for reb_binary_field_descriptor
impl RefUnwindSafe for reb_binary_field_descriptor
impl Send for reb_binary_field_descriptor
impl Sync for reb_binary_field_descriptor
impl Unpin for reb_binary_field_descriptor
impl UnsafeUnpin for reb_binary_field_descriptor
impl UnwindSafe for reb_binary_field_descriptor
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