#[repr(C)]pub struct tagELEMDESC {
pub tdesc: TYPEDESC,
pub __bindgen_anon_1: tagELEMDESC__bindgen_ty_1,
}
Fields§
§tdesc: TYPEDESC
§__bindgen_anon_1: tagELEMDESC__bindgen_ty_1
Trait Implementations§
Source§impl Clone for tagELEMDESC
impl Clone for tagELEMDESC
Source§fn clone(&self) -> tagELEMDESC
fn clone(&self) -> tagELEMDESC
Returns a copy 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 moreimpl Copy for tagELEMDESC
Auto Trait Implementations§
impl Freeze for tagELEMDESC
impl RefUnwindSafe for tagELEMDESC
impl !Send for tagELEMDESC
impl !Sync for tagELEMDESC
impl Unpin for tagELEMDESC
impl UnwindSafe for tagELEMDESC
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