#[repr(C)]pub struct dx_suffix {
pub suffix: [dxf_char_t; 17],
}Expand description
Suffix
Fields§
§suffix: [dxf_char_t; 17]Trait Implementations§
impl Copy for dx_suffix
impl StructuralPartialEq for dx_suffix
Auto Trait Implementations§
impl Freeze for dx_suffix
impl RefUnwindSafe for dx_suffix
impl Send for dx_suffix
impl Sync for dx_suffix
impl Unpin for dx_suffix
impl UnwindSafe for dx_suffix
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