pub struct DriverInfo {
pub name: String,
pub guid: Guid,
pub systemrate: i32,
pub speakermode: Speakermode,
pub speakermodechannels: i32,
}
Fields§
§name: String
§guid: Guid
§systemrate: i32
§speakermode: Speakermode
§speakermodechannels: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DriverInfo
impl RefUnwindSafe for DriverInfo
impl Send for DriverInfo
impl Sync for DriverInfo
impl Unpin for DriverInfo
impl UnwindSafe for DriverInfo
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