#[repr(C)]pub struct xen_domctl_setdebugging {
pub enable: u8,
}Fields§
§enable: u8Trait Implementations§
Source§impl Clone for xen_domctl_setdebugging
impl Clone for xen_domctl_setdebugging
Source§fn clone(&self) -> xen_domctl_setdebugging
fn clone(&self) -> xen_domctl_setdebugging
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 xen_domctl_setdebugging
impl Debug for xen_domctl_setdebugging
Source§impl Default for xen_domctl_setdebugging
impl Default for xen_domctl_setdebugging
Source§fn default() -> xen_domctl_setdebugging
fn default() -> xen_domctl_setdebugging
Returns the “default value” for a type. Read more
impl Copy for xen_domctl_setdebugging
Auto Trait Implementations§
impl Freeze for xen_domctl_setdebugging
impl RefUnwindSafe for xen_domctl_setdebugging
impl Send for xen_domctl_setdebugging
impl Sync for xen_domctl_setdebugging
impl Unpin for xen_domctl_setdebugging
impl UnwindSafe for xen_domctl_setdebugging
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