#[repr(C)]pub struct ELEMDESC_u(/* private fields */);
Implementations§
Source§impl ELEMDESC_u
impl ELEMDESC_u
Trait Implementations§
Source§impl Clone for ELEMDESC_u
impl Clone for ELEMDESC_u
Source§fn clone(&self) -> ELEMDESC_u
fn clone(&self) -> ELEMDESC_u
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 moreSource§impl Default for ELEMDESC_u
impl Default for ELEMDESC_u
Source§fn default() -> ELEMDESC_u
fn default() -> ELEMDESC_u
Returns the “default value” for a type. Read more
impl Copy for ELEMDESC_u
Auto Trait Implementations§
impl Freeze for ELEMDESC_u
impl RefUnwindSafe for ELEMDESC_u
impl Send for ELEMDESC_u
impl Sync for ELEMDESC_u
impl Unpin for ELEMDESC_u
impl UnwindSafe for ELEMDESC_u
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