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