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