Struct mariadb_sys::Column_derived_attributes
source · #[repr(C)]pub struct Column_derived_attributes {
pub m_charset: *const charset_info_st,
}
Fields§
§m_charset: *const charset_info_st
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Column_derived_attributes
impl !Send for Column_derived_attributes
impl !Sync for Column_derived_attributes
impl Unpin for Column_derived_attributes
impl UnwindSafe for Column_derived_attributes
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