#[repr(C)]pub struct indigo_item {
pub name: [c_char; 128],
pub label: [c_char; 512],
pub hints: [c_char; 512],
pub __bindgen_anon_1: indigo_item__bindgen_ty_1,
}Expand description
Property item definition.
Fields§
§name: [c_char; 128]< property wide unique item name
label: [c_char; 512]< item description in human readable form
hints: [c_char; 512]< item GUI hints
__bindgen_anon_1: indigo_item__bindgen_ty_1Auto Trait Implementations§
impl Freeze for indigo_item
impl RefUnwindSafe for indigo_item
impl !Send for indigo_item
impl !Sync for indigo_item
impl Unpin for indigo_item
impl UnwindSafe for indigo_item
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