Struct mariadb_sys::LF_PINS
source · #[repr(C)]pub struct LF_PINS {
pub pin: [*mut c_void; 4],
pub pinbox: *mut LF_PINBOX,
pub purgatory: *mut c_void,
pub purgatory_count: uint32,
pub link: uint32,
pub pad: [c_char; 64],
}
Fields§
§pin: [*mut c_void; 4]
§pinbox: *mut LF_PINBOX
§purgatory: *mut c_void
§purgatory_count: uint32
§link: uint32
§pad: [c_char; 64]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LF_PINS
impl !Send for LF_PINS
impl !Sync for LF_PINS
impl Unpin for LF_PINS
impl UnwindSafe for LF_PINS
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