Struct openssl_sys::input_id
source · [−]Fields
bustype: u16
vendor: u16
product: u16
version: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for input_id
impl Send for input_id
impl Sync for input_id
impl Unpin for input_id
impl UnwindSafe for input_id
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