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