pub struct QosMethod {
pub prefetch_size: u32,
pub prefetch_count: u16,
pub global: bool,
}Fields§
§prefetch_size: u32§prefetch_count: u16§global: boolTrait Implementations§
impl StructuralPartialEq for QosMethod
Auto Trait Implementations§
impl Freeze for QosMethod
impl RefUnwindSafe for QosMethod
impl Send for QosMethod
impl Sync for QosMethod
impl Unpin for QosMethod
impl UnwindSafe for QosMethod
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