pub struct LocalSapicEntry {
pub header: EntryHeader,
pub processor_id: u8,
pub local_sapic_id: u8,
pub local_sapic_eid: u8,
pub flags: u32,
pub processor_uid: u32,
/* private fields */
}Fields§
§header: EntryHeader§processor_id: u8§local_sapic_id: u8§local_sapic_eid: u8§flags: u32§processor_uid: u32Trait Implementations§
Source§impl Clone for LocalSapicEntry
impl Clone for LocalSapicEntry
Source§fn clone(&self) -> LocalSapicEntry
fn clone(&self) -> LocalSapicEntry
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 moreSource§impl Debug for LocalSapicEntry
impl Debug for LocalSapicEntry
impl Copy for LocalSapicEntry
Auto Trait Implementations§
impl Freeze for LocalSapicEntry
impl RefUnwindSafe for LocalSapicEntry
impl Send for LocalSapicEntry
impl Sync for LocalSapicEntry
impl Unpin for LocalSapicEntry
impl UnwindSafe for LocalSapicEntry
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)