#[repr(C)]pub struct dxf_property_item_t {
pub key: dxf_string_t,
pub value: dxf_string_t,
}Expand description
Property item
Fields§
§key: dxf_string_t§value: dxf_string_tTrait Implementations§
Source§impl Clone for dxf_property_item_t
impl Clone for dxf_property_item_t
Source§fn clone(&self) -> dxf_property_item_t
fn clone(&self) -> dxf_property_item_t
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 dxf_property_item_t
impl Debug for dxf_property_item_t
Source§impl PartialEq for dxf_property_item_t
impl PartialEq for dxf_property_item_t
impl Copy for dxf_property_item_t
impl StructuralPartialEq for dxf_property_item_t
Auto Trait Implementations§
impl Freeze for dxf_property_item_t
impl RefUnwindSafe for dxf_property_item_t
impl !Send for dxf_property_item_t
impl !Sync for dxf_property_item_t
impl Unpin for dxf_property_item_t
impl UnwindSafe for dxf_property_item_t
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