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