#[repr(C)]pub struct poolparam {
pub min_pool: c_uint,
pub max_pool: c_uint,
pub max_age: vtim_dur,
}Fields§
§min_pool: c_uint§max_pool: c_uint§max_age: vtim_durTrait Implementations§
Auto Trait Implementations§
impl Freeze for poolparam
impl RefUnwindSafe for poolparam
impl Send for poolparam
impl Sync for poolparam
impl Unpin for poolparam
impl UnsafeUnpin for poolparam
impl UnwindSafe for poolparam
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