Struct panda_sys::q_obj_blockdev_change_medium_arg [−][src]
#[repr(C)]pub struct q_obj_blockdev_change_medium_arg { pub has_device: bool, pub device: *mut c_char, pub has_id: bool, pub id: *mut c_char, pub filename: *mut c_char, pub has_format: bool, pub format: *mut c_char, pub has_read_only_mode: bool, pub read_only_mode: BlockdevChangeReadOnlyMode, }
Fields
has_device: booldevice: *mut c_charhas_id: boolid: *mut c_charfilename: *mut c_charhas_format: boolformat: *mut c_charhas_read_only_mode: boolread_only_mode: BlockdevChangeReadOnlyModeTrait Implementations
Auto Trait Implementations
impl !Send for q_obj_blockdev_change_medium_argimpl !Sync for q_obj_blockdev_change_medium_argimpl Unpin for q_obj_blockdev_change_medium_argBlanket Implementations
Mutably borrows from an owned value. Read more