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