Searched refs:GenDisk (Results 1 – 2 of 2) sorted by relevance
95 ) -> Result<GenDisk<T>> { in build()166 Ok(GenDisk { in build()180 pub struct GenDisk<T: Operations> { struct187 unsafe impl<T: Operations + Send> Send for GenDisk<T> {} implementation189 impl<T: Operations> Drop for GenDisk<T> { implementation
17 gen_disk::{self, GenDisk},35 _disk: Pin<Box<Mutex<GenDisk<NullBlkDevice>>>>,