Struct HTAPIPHONE
#[repr(transparent)]pub struct HTAPIPHONE(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HTAPIPHONE
impl HTAPIPHONE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for HTAPIPHONE
impl Clone for HTAPIPHONE
§fn clone(&self) -> HTAPIPHONE
fn clone(&self) -> HTAPIPHONE
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 more§impl Debug for HTAPIPHONE
impl Debug for HTAPIPHONE
§impl PartialEq for HTAPIPHONE
impl PartialEq for HTAPIPHONE
impl Copy for HTAPIPHONE
impl Eq for HTAPIPHONE
impl StructuralPartialEq for HTAPIPHONE
Auto Trait Implementations§
impl Freeze for HTAPIPHONE
impl RefUnwindSafe for HTAPIPHONE
impl !Send for HTAPIPHONE
impl !Sync for HTAPIPHONE
impl Unpin for HTAPIPHONE
impl UnwindSafe for HTAPIPHONE
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