#[repr(C)]pub struct q_obj_block_commit_arg {Show 13 fields
pub has_job_id: bool,
pub job_id: *mut i8,
pub device: *mut i8,
pub has_base: bool,
pub base: *mut i8,
pub has_top: bool,
pub top: *mut i8,
pub has_backing_file: bool,
pub backing_file: *mut i8,
pub has_speed: bool,
pub speed: i64,
pub has_filter_node_name: bool,
pub filter_node_name: *mut i8,
}Fields§
§has_job_id: bool§job_id: *mut i8§device: *mut i8§has_base: bool§base: *mut i8§has_top: bool§top: *mut i8§has_backing_file: bool§backing_file: *mut i8§has_speed: bool§speed: i64§has_filter_node_name: bool§filter_node_name: *mut i8Trait Implementations§
Source§impl Clone for q_obj_block_commit_arg
impl Clone for q_obj_block_commit_arg
Source§fn clone(&self) -> q_obj_block_commit_arg
fn clone(&self) -> q_obj_block_commit_arg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for q_obj_block_commit_arg
impl Debug for q_obj_block_commit_arg
impl Copy for q_obj_block_commit_arg
Auto Trait Implementations§
impl Freeze for q_obj_block_commit_arg
impl RefUnwindSafe for q_obj_block_commit_arg
impl !Send for q_obj_block_commit_arg
impl !Sync for q_obj_block_commit_arg
impl Unpin for q_obj_block_commit_arg
impl UnwindSafe for q_obj_block_commit_arg
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