#[repr(C)]pub struct DriverSpec {
pub supported: Supported,
}Fields§
§supported: SupportedTrait Implementations§
Source§impl Clone for DriverSpec
impl Clone for DriverSpec
Source§fn clone(&self) -> DriverSpec
fn clone(&self) -> DriverSpec
Returns a duplicate of the value. Read more
1.0.0 · 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 DriverSpec
impl Debug for DriverSpec
impl Copy for DriverSpec
Auto Trait Implementations§
impl Crossing for DriverSpec
impl Freeze for DriverSpec
impl RefUnwindSafe for DriverSpec
impl Send for DriverSpec
impl StoreCopy for DriverSpec
impl Sync for DriverSpec
impl Unpin for DriverSpec
impl UnwindSafe for DriverSpec
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