pub enum DeviceId {
Compatible(&'static BStr),
}
Expand description
An open firmware device id.
Variants
Compatible(&'static BStr)
An open firmware device id where only a compatible string is specified.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeviceId
impl Send for DeviceId
impl Sync for DeviceId
impl Unpin for DeviceId
impl UnwindSafe for DeviceId
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