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