#[repr(C)]pub struct dxf_configuration {
pub version: dxf_int_t,
pub object: dxf_string_t,
}
Expand description
Configuration event with application-specific attachment
Fields§
§version: dxf_int_t
Version
object: dxf_string_t
Attachment
Trait Implementations§
Source§impl Clone for dxf_configuration
impl Clone for dxf_configuration
Source§fn clone(&self) -> dxf_configuration
fn clone(&self) -> dxf_configuration
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for dxf_configuration
impl Debug for dxf_configuration
Source§impl PartialEq for dxf_configuration
impl PartialEq for dxf_configuration
impl Copy for dxf_configuration
impl StructuralPartialEq for dxf_configuration
Auto Trait Implementations§
impl Freeze for dxf_configuration
impl RefUnwindSafe for dxf_configuration
impl !Send for dxf_configuration
impl !Sync for dxf_configuration
impl Unpin for dxf_configuration
impl UnwindSafe for dxf_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