pub struct TagSet<T: Operations> { /* private fields */ }
Expand description
A wrapper for the C struct blk_mq_tag_set
.
struct blk_mq_tag_set
contains a struct list_head
and so must be pinned.
§Invariants
inner
is initialized and valid.
Implementations§
Trait Implementations§
source§impl<T: Operations> Drop for TagSet<T>
impl<T: Operations> Drop for TagSet<T>
Auto Trait Implementations§
impl<T> !Freeze for TagSet<T>
impl<T> !RefUnwindSafe for TagSet<T>
impl<T> !Send for TagSet<T>
impl<T> !Sync for TagSet<T>
impl<T> UnwindSafe for TagSet<T>where
T: UnwindSafe,
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