#[repr(C)]pub struct ixheaace_version {
pub p_lib_name: *mut WORD8,
pub p_version_num: *mut WORD8,
}Fields§
§p_lib_name: *mut WORD8§p_version_num: *mut WORD8Trait Implementations§
Source§impl Clone for ixheaace_version
impl Clone for ixheaace_version
Source§fn clone(&self) -> ixheaace_version
fn clone(&self) -> ixheaace_version
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 ixheaace_version
impl Debug for ixheaace_version
impl Copy for ixheaace_version
Auto Trait Implementations§
impl Freeze for ixheaace_version
impl RefUnwindSafe for ixheaace_version
impl !Send for ixheaace_version
impl !Sync for ixheaace_version
impl Unpin for ixheaace_version
impl UnsafeUnpin for ixheaace_version
impl UnwindSafe for ixheaace_version
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