[][src]Struct sqlite3_native::C2RustUnnamed_10

#[repr(C)]pub struct C2RustUnnamed_10 {
    pub jointype: u8_0,
    pub notIndexed_isIndexedBy_isTabFunc_isCorrelated_viaCoroutine_isRecursive_fromDDL: [u8; 1],
    pub c2rust_padding: [u8; 2],
}

Fields

jointype: u8_0notIndexed_isIndexedBy_isTabFunc_isCorrelated_viaCoroutine_isRecursive_fromDDL: [u8; 1]c2rust_padding: [u8; 2]

Implementations

impl C2RustUnnamed_10[src]

pub fn set_notIndexed(&mut self, int: c_uint)[src]

This method allows you to write to a bitfield with a value

pub fn notIndexed(&self) -> c_uint[src]

This method allows you to read from a bitfield to a value

pub fn set_isIndexedBy(&mut self, int: c_uint)[src]

This method allows you to write to a bitfield with a value

pub fn isIndexedBy(&self) -> c_uint[src]

This method allows you to read from a bitfield to a value

pub fn set_isTabFunc(&mut self, int: c_uint)[src]

This method allows you to write to a bitfield with a value

pub fn isTabFunc(&self) -> c_uint[src]

This method allows you to read from a bitfield to a value

pub fn set_isCorrelated(&mut self, int: c_uint)[src]

This method allows you to write to a bitfield with a value

pub fn isCorrelated(&self) -> c_uint[src]

This method allows you to read from a bitfield to a value

pub fn set_viaCoroutine(&mut self, int: c_uint)[src]

This method allows you to write to a bitfield with a value

pub fn viaCoroutine(&self) -> c_uint[src]

This method allows you to read from a bitfield to a value

pub fn set_isRecursive(&mut self, int: c_uint)[src]

This method allows you to write to a bitfield with a value

pub fn isRecursive(&self) -> c_uint[src]

This method allows you to read from a bitfield to a value

pub fn set_fromDDL(&mut self, int: c_uint)[src]

This method allows you to write to a bitfield with a value

pub fn fromDDL(&self) -> c_uint[src]

This method allows you to read from a bitfield to a value

Trait Implementations

impl Clone for C2RustUnnamed_10[src]

impl Copy for C2RustUnnamed_10[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.