#[repr(C)]pub struct SPIParseOpenOptions {
pub params: ParamListInfo,
pub cursorOptions: c_int,
pub read_only: bool,
}Fields§
§params: ParamListInfo§cursorOptions: c_int§read_only: boolTrait Implementations§
Source§impl Clone for SPIParseOpenOptions
impl Clone for SPIParseOpenOptions
Source§fn clone(&self) -> SPIParseOpenOptions
fn clone(&self) -> SPIParseOpenOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SPIParseOpenOptions
Source§impl Debug for SPIParseOpenOptions
impl Debug for SPIParseOpenOptions
Auto Trait Implementations§
impl !Send for SPIParseOpenOptions
impl !Sync for SPIParseOpenOptions
impl Freeze for SPIParseOpenOptions
impl RefUnwindSafe for SPIParseOpenOptions
impl Unpin for SPIParseOpenOptions
impl UnsafeUnpin for SPIParseOpenOptions
impl UnwindSafe for SPIParseOpenOptions
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