Struct mariadb_sys::I_P_List_counter
source · #[repr(C)]pub struct I_P_List_counter {
pub m_counter: uint,
}
Expand description
Element counting policy class for I_P_List which provides basic element counting.
Fields§
§m_counter: uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for I_P_List_counter
impl Send for I_P_List_counter
impl Sync for I_P_List_counter
impl Unpin for I_P_List_counter
impl UnwindSafe for I_P_List_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