#[repr(C)]pub struct indigo_device_match_pattern {
pub vendor_id: c_int,
pub product_id: c_int,
pub vendor_string: [c_char; 256],
pub product_string: [c_char; 256],
pub serial_string: [c_char; 256],
pub exact_match: bool,
}Fields§
§vendor_id: c_int§product_id: c_int§vendor_string: [c_char; 256]§product_string: [c_char; 256]§serial_string: [c_char; 256]§exact_match: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for indigo_device_match_pattern
impl RefUnwindSafe for indigo_device_match_pattern
impl Send for indigo_device_match_pattern
impl Sync for indigo_device_match_pattern
impl Unpin for indigo_device_match_pattern
impl UnwindSafe for indigo_device_match_pattern
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