Trait ConfigVolatileFieldAccess

Source
pub trait ConfigVolatileFieldAccess<'a, A> {
    // Required method
    fn guest_cid(self) -> VolatilePtr<'a, le64, A::Restricted>
       where A: RestrictAccess<ReadWrite>;
}
Expand description

Socket Device Configuration Layout

Use ConfigVolatileFieldAccess to work with this struct.

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a, A> ConfigVolatileFieldAccess<'a, A> for VolatilePtr<'a, Config, A>

Implementors§