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

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

Required methods

unsafe fn get(&self) -> T

unsafe fn set(&self, value: T)

Loading content...

Implementors

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

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

Loading content...