#[repr(C)]pub struct q_obj_dump_guest_memory_arg {
pub paging: bool,
pub protocol: *mut c_char,
pub has_detach: bool,
pub detach: bool,
pub has_begin: bool,
pub begin: i64,
pub has_length: bool,
pub length: i64,
pub has_format: bool,
pub format: DumpGuestMemoryFormat,
}Fields§
§paging: bool§protocol: *mut c_char§has_detach: bool§detach: bool§has_begin: bool§begin: i64§has_length: bool§length: i64§has_format: bool§format: DumpGuestMemoryFormatTrait Implementations§
Source§impl Clone for q_obj_dump_guest_memory_arg
impl Clone for q_obj_dump_guest_memory_arg
Source§fn clone(&self) -> q_obj_dump_guest_memory_arg
fn clone(&self) -> q_obj_dump_guest_memory_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_dump_guest_memory_arg
impl Debug for q_obj_dump_guest_memory_arg
impl Copy for q_obj_dump_guest_memory_arg
Auto Trait Implementations§
impl Freeze for q_obj_dump_guest_memory_arg
impl RefUnwindSafe for q_obj_dump_guest_memory_arg
impl !Send for q_obj_dump_guest_memory_arg
impl !Sync for q_obj_dump_guest_memory_arg
impl Unpin for q_obj_dump_guest_memory_arg
impl UnwindSafe for q_obj_dump_guest_memory_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