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

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

Required methods

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

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

Loading content...

Implementors

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

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

Loading content...