Struct mariadb_sys::Bit_addr
source · #[repr(C)]pub struct Bit_addr {
pub m_ptr: *mut uchar,
pub m_offs: uchar,
}
Fields§
§m_ptr: *mut uchar
Byte where the bit is stored inside a record. If the corresponding Field is a NOT NULL field, this member is NULL.
m_offs: uchar
Offset of the bit inside m_ptr[0], in the range 0..7.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bit_addr
impl !Send for Bit_addr
impl !Sync for Bit_addr
impl Unpin for Bit_addr
impl UnwindSafe for Bit_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