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