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