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