#[repr(C)]pub struct VTabCreateResult {
pub code: ResultCode,
pub schema: *const c_char,
pub table: *const c_void,
}Fields§
§code: ResultCode§schema: *const c_char§table: *const c_voidAuto Trait Implementations§
impl !Send for VTabCreateResult
impl !Sync for VTabCreateResult
impl Freeze for VTabCreateResult
impl RefUnwindSafe for VTabCreateResult
impl Unpin for VTabCreateResult
impl UnsafeUnpin for VTabCreateResult
impl UnwindSafe for VTabCreateResult
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