#[repr(C)]pub struct reb_binarydata_enum_descriptor {
pub value: c_int,
pub name: [c_char; 256],
}Fields§
§value: c_int§name: [c_char; 256]Trait Implementations§
Source§impl Clone for reb_binarydata_enum_descriptor
impl Clone for reb_binarydata_enum_descriptor
Source§fn clone(&self) -> reb_binarydata_enum_descriptor
fn clone(&self) -> reb_binarydata_enum_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_enum_descriptor
Auto Trait Implementations§
impl Freeze for reb_binarydata_enum_descriptor
impl RefUnwindSafe for reb_binarydata_enum_descriptor
impl Send for reb_binarydata_enum_descriptor
impl Sync for reb_binarydata_enum_descriptor
impl Unpin for reb_binarydata_enum_descriptor
impl UnsafeUnpin for reb_binarydata_enum_descriptor
impl UnwindSafe for reb_binarydata_enum_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