Struct mariadb_sys::Record_addr
source · #[repr(C)]pub struct Record_addr {
pub m_ptr: *mut uchar,
pub m_null: Bit_addr,
}
Fields§
§m_ptr: *mut uchar
§m_null: Bit_addr
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Record_addr
impl !Send for Record_addr
impl !Sync for Record_addr
impl Unpin for Record_addr
impl UnwindSafe for Record_addr
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