pub struct TypeFlags {
pub sql_type: u8,
pub oledb: bool,
pub read_only_intent: bool,
}Expand description
LOGIN7 type flags.
Fields§
§sql_type: u8SQL type (0 = DFLT, 1 = TSQL).
oledb: boolOLEDB driver.
read_only_intent: boolRead-only intent.
Implementations§
Trait Implementations§
impl Copy for TypeFlags
Auto Trait Implementations§
impl Freeze for TypeFlags
impl RefUnwindSafe for TypeFlags
impl Send for TypeFlags
impl Sync for TypeFlags
impl Unpin for TypeFlags
impl UnwindSafe for TypeFlags
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