#[repr(C)]pub struct au_qctrl {
pub aq_hiwater: c_int,
pub aq_lowater: c_int,
pub aq_bufsz: c_int,
pub aq_delay: c_int,
pub aq_minfree: c_int,
}Fields§
§aq_hiwater: c_int§aq_lowater: c_int§aq_bufsz: c_int§aq_delay: c_int§aq_minfree: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for au_qctrl
impl RefUnwindSafe for au_qctrl
impl Send for au_qctrl
impl Sync for au_qctrl
impl Unpin for au_qctrl
impl UnwindSafe for au_qctrl
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