Struct mariadb_sys::LF_PINBOX
source · #[repr(C)]pub struct LF_PINBOX {
pub pinarray: LF_DYNARRAY,
pub free_func: lf_pinbox_free_func,
pub free_func_arg: *mut c_void,
pub free_ptr_offset: uint,
pub pinstack_top_ver: uint32,
pub pins_in_array: uint32,
}
Fields§
§pinarray: LF_DYNARRAY
§free_func: lf_pinbox_free_func
§free_func_arg: *mut c_void
§free_ptr_offset: uint
§pinstack_top_ver: uint32
§pins_in_array: uint32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LF_PINBOX
impl !Send for LF_PINBOX
impl !Sync for LF_PINBOX
impl Unpin for LF_PINBOX
impl UnwindSafe for LF_PINBOX
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