Struct mariadb_sys::I_P_List_null_counter
source · #[repr(C)]pub struct I_P_List_null_counter {
pub _address: u8,
}
Expand description
Element counting policy class for I_P_List to be used in cases when no element counting should be done.
Fields§
§_address: u8
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for I_P_List_null_counter
impl Send for I_P_List_null_counter
impl Sync for I_P_List_null_counter
impl Unpin for I_P_List_null_counter
impl UnwindSafe for I_P_List_null_counter
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