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