#[repr(C)]pub struct indigo_enable_blob_mode_record {
pub device: [c_char; 128],
pub name: [c_char; 128],
pub mode: indigo_enable_blob_mode,
pub next: *mut indigo_enable_blob_mode_record,
}Expand description
Enable BLOB mode record
Fields§
§device: [c_char; 128]< device name
name: [c_char; 128]< property name
mode: indigo_enable_blob_mode< mode
next: *mut indigo_enable_blob_mode_record< next record
Trait Implementations§
Auto Trait Implementations§
impl Freeze for indigo_enable_blob_mode_record
impl RefUnwindSafe for indigo_enable_blob_mode_record
impl !Send for indigo_enable_blob_mode_record
impl !Sync for indigo_enable_blob_mode_record
impl Unpin for indigo_enable_blob_mode_record
impl UnwindSafe for indigo_enable_blob_mode_record
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