pub struct Module<T: Operations<OpenData = ()>> { /* private fields */ }
Expand description
Kernel module that exposes a single miscdev device implemented by T
.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Module<T>
impl<T> Send for Module<T>
impl<T> Sync for Module<T>
impl<T> Unpin for Module<T>
impl<T> UnwindSafe for Module<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more