Trait hermit::x86_64::kernel::percore::PerCoreVariableMethods[][src]

pub trait PerCoreVariableMethods<T> {
    unsafe fn get(&self) -> T
    where
        T: Copy
;
unsafe fn set(&self, value: T); }

Required methods

unsafe fn get(&self) -> T where
    T: Copy
[src]

unsafe fn set(&self, value: T)[src]

Loading content...

Implementors

impl<T> PerCoreVariableMethods<T> for PerCoreVariable<T>[src]

unsafe default fn get(&self) -> T where
    T: Copy
[src]

unsafe default fn set(&self, value: T)[src]

impl<T: Is32BitVariable> PerCoreVariableMethods<T> for PerCoreVariable<T>[src]

unsafe fn get(&self) -> T[src]

unsafe fn set(&self, value: T)[src]

Loading content...