pub struct ProcessorInfo<'a, A>where
A: Allocator,{
pub boot_processor: Processor,
pub application_processors: ManagedSlice<'a, Processor, A>,
}Fields§
§boot_processor: Processor§application_processors: ManagedSlice<'a, Processor, A>Application processors should be brought up in the order they’re defined in this list.
Trait Implementations§
Source§impl<'a, A> Clone for ProcessorInfo<'a, A>where
A: Allocator + Clone,
impl<'a, A> Clone for ProcessorInfo<'a, A>where
A: Allocator + Clone,
Source§fn clone(&self) -> ProcessorInfo<'a, A>
fn clone(&self) -> ProcessorInfo<'a, A>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a, A> Freeze for ProcessorInfo<'a, A>where
A: Freeze,
impl<'a, A> RefUnwindSafe for ProcessorInfo<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for ProcessorInfo<'a, A>where
A: Send,
impl<'a, A> Sync for ProcessorInfo<'a, A>where
A: Sync,
impl<'a, A> Unpin for ProcessorInfo<'a, A>where
A: Unpin,
impl<'a, A> !UnwindSafe for ProcessorInfo<'a, A>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)