#[repr(C)]pub struct reb_binarydata_field_descriptor {
pub documentation: *mut c_char,
pub dtype: REB_BINARYDATA_DTYPE,
pub name: [c_char; 256],
pub offset: usize,
pub offset_N: usize,
pub element_size: usize,
pub enum_descriptor: *mut reb_binarydata_enum_descriptor,
}Fields§
§documentation: *mut c_char§dtype: REB_BINARYDATA_DTYPE§name: [c_char; 256]§offset: usize§offset_N: usize§element_size: usize§enum_descriptor: *mut reb_binarydata_enum_descriptorTrait Implementations§
Source§impl Clone for reb_binarydata_field_descriptor
impl Clone for reb_binarydata_field_descriptor
Source§fn clone(&self) -> reb_binarydata_field_descriptor
fn clone(&self) -> reb_binarydata_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 moreimpl Copy for reb_binarydata_field_descriptor
Auto Trait Implementations§
impl Freeze for reb_binarydata_field_descriptor
impl RefUnwindSafe for reb_binarydata_field_descriptor
impl !Send for reb_binarydata_field_descriptor
impl !Sync for reb_binarydata_field_descriptor
impl Unpin for reb_binarydata_field_descriptor
impl UnsafeUnpin for reb_binarydata_field_descriptor
impl UnwindSafe for reb_binarydata_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