pub struct AllDevices {}Expand description
A structure that contains all device drivers, organized by their category.
Implementations§
Source§impl AllDevices
impl AllDevices
Sourcepub const fn device_model() -> &'static str
pub const fn device_model() -> &'static str
Returns the device model used, either dyn or static.
See the crate-level documentation for more details.
Trait Implementations§
Source§impl Default for AllDevices
impl Default for AllDevices
Source§fn default() -> AllDevices
fn default() -> AllDevices
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllDevices
impl RefUnwindSafe for AllDevices
impl Send for AllDevices
impl Sync for AllDevices
impl Unpin for AllDevices
impl UnwindSafe for AllDevices
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