#[repr(C)]pub struct getdriver {
pub interface: c_uint,
pub driver: [c_char; 256],
}Fields§
§interface: c_uint§driver: [c_char; 256]Trait Implementations§
Auto Trait Implementations§
impl Freeze for getdriver
impl RefUnwindSafe for getdriver
impl Send for getdriver
impl Sync for getdriver
impl Unpin for getdriver
impl UnwindSafe for getdriver
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