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
Loading content...Implementors
impl<T> PerCoreVariableMethods<T> for PerCoreVariable<T>
[src]
impl<T> PerCoreVariableMethods<T> for PerCoreVariable<T>
[src]impl<T: Is32BitVariable> PerCoreVariableMethods<T> for PerCoreVariable<T>
[src]
impl<T: Is32BitVariable> PerCoreVariableMethods<T> for PerCoreVariable<T>
[src]