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