pub struct DriverManifest {
pub site: Symbol,
pub provider: Symbol,
}Expand description
Declared provider identity checked before a driver can be installed.
Fields§
§site: SymbolExact kernel site export.
provider: SymbolExact provider behavior identity.
Implementations§
Trait Implementations§
Source§impl Clone for DriverManifest
impl Clone for DriverManifest
Source§fn clone(&self) -> DriverManifest
fn clone(&self) -> DriverManifest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DriverManifest
impl Debug for DriverManifest
impl Eq for DriverManifest
Source§impl PartialEq for DriverManifest
impl PartialEq for DriverManifest
impl StructuralPartialEq for DriverManifest
Auto Trait Implementations§
impl Freeze for DriverManifest
impl RefUnwindSafe for DriverManifest
impl Send for DriverManifest
impl Sync for DriverManifest
impl Unpin for DriverManifest
impl UnsafeUnpin for DriverManifest
impl UnwindSafe for DriverManifest
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