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