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