pub struct BufConfig {
pub high: usize,
pub low: usize,
pub half: usize,
/* private fields */
}Fields§
§high: usize§low: usize§half: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufConfig
impl RefUnwindSafe for BufConfig
impl Send for BufConfig
impl Sync for BufConfig
impl Unpin for BufConfig
impl UnwindSafe for BufConfig
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