#[repr(C)]pub struct GSColumnInfoTag {
pub name: *const GSChar,
pub type_: GSType,
pub indexTypeFlags: GSIndexTypeFlags,
pub options: GSTypeOption,
}
Fields§
§name: *const GSChar
§type_: GSType
§indexTypeFlags: GSIndexTypeFlags
§options: GSTypeOption
Trait Implementations§
Source§impl Clone for GSColumnInfoTag
impl Clone for GSColumnInfoTag
Source§fn clone(&self) -> GSColumnInfoTag
fn clone(&self) -> GSColumnInfoTag
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GSColumnInfoTag
impl Debug for GSColumnInfoTag
impl Copy for GSColumnInfoTag
Auto Trait Implementations§
impl Freeze for GSColumnInfoTag
impl RefUnwindSafe for GSColumnInfoTag
impl !Send for GSColumnInfoTag
impl !Sync for GSColumnInfoTag
impl Unpin for GSColumnInfoTag
impl UnwindSafe for GSColumnInfoTag
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