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.