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