Searched defs:MiscDeviceRegistration (Results 1 – 1 of 1) sorted by relevance
55 pub struct MiscDeviceRegistration<T> { struct63 unsafe impl<T> Send for MiscDeviceRegistration<T> {} argument66 unsafe impl<T> Sync for MiscDeviceRegistration<T> {} implementation68 impl<T: MiscDevice> MiscDeviceRegistration<T> { implementation104 impl<T> PinnedDrop for MiscDeviceRegistration<T> { implementation