Struct machinery_api::foundation::OsDialogsOpenT [−][src]
#[repr(C)]pub struct OsDialogsOpenT { pub extensions: *const c_char, pub description: *const c_char, pub allow_multi_select: bool, pub _padding_699: [c_char; 7], }
Fields
extensions: *const c_chardescription: *const c_charallow_multi_select: bool_padding_699: [c_char; 7]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OsDialogsOpenT
impl !Send for OsDialogsOpenT
impl !Sync for OsDialogsOpenT
impl Unpin for OsDialogsOpenT
impl UnwindSafe for OsDialogsOpenT
Blanket Implementations
Mutably borrows from an owned value. Read more