Struct HRECOCONTEXT
#[repr(transparent)]pub struct HRECOCONTEXT(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HRECOCONTEXT
impl HRECOCONTEXT
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for HRECOCONTEXT
impl Clone for HRECOCONTEXT
§fn clone(&self) -> HRECOCONTEXT
fn clone(&self) -> HRECOCONTEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for HRECOCONTEXT
impl Debug for HRECOCONTEXT
§impl Default for HRECOCONTEXT
impl Default for HRECOCONTEXT
§impl Free for HRECOCONTEXT
impl Free for HRECOCONTEXT
§impl PartialEq for HRECOCONTEXT
impl PartialEq for HRECOCONTEXT
impl Copy for HRECOCONTEXT
impl Eq for HRECOCONTEXT
impl StructuralPartialEq for HRECOCONTEXT
Auto Trait Implementations§
impl Freeze for HRECOCONTEXT
impl RefUnwindSafe for HRECOCONTEXT
impl !Send for HRECOCONTEXT
impl !Sync for HRECOCONTEXT
impl Unpin for HRECOCONTEXT
impl UnwindSafe for HRECOCONTEXT
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