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