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