pub struct HddsQoS { /* private fields */ }Expand description
Opaque handle to a QoS profile.
Auto Trait Implementations§
impl Freeze for HddsQoS
impl RefUnwindSafe for HddsQoS
impl Send for HddsQoS
impl Sync for HddsQoS
impl Unpin for HddsQoS
impl UnsafeUnpin for HddsQoS
impl UnwindSafe for HddsQoS
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