#[repr(C)]pub struct dx_configuration {
pub version: dxf_int_t,
pub object: dxf_byte_array_t,
}Expand description
Configuration
Fields§
§version: dxf_int_t§object: dxf_byte_array_tTrait Implementations§
Source§impl Clone for dx_configuration
impl Clone for dx_configuration
Source§fn clone(&self) -> dx_configuration
fn clone(&self) -> dx_configuration
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 dx_configuration
impl Debug for dx_configuration
Source§impl PartialEq for dx_configuration
impl PartialEq for dx_configuration
impl Copy for dx_configuration
impl StructuralPartialEq for dx_configuration
Auto Trait Implementations§
impl Freeze for dx_configuration
impl RefUnwindSafe for dx_configuration
impl !Send for dx_configuration
impl !Sync for dx_configuration
impl Unpin for dx_configuration
impl UnwindSafe for dx_configuration
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