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