Struct panda_sys::Memdev [−][src]
#[repr(C)]pub struct Memdev { pub has_id: bool, pub id: *mut c_char, pub size: u64, pub merge: bool, pub dump: bool, pub prealloc: bool, pub host_nodes: *mut uint16List, pub policy: HostMemPolicy, }
Fields
has_id: boolid: *mut c_charsize: u64merge: booldump: boolprealloc: boolhost_nodes: *mut uint16Listpolicy: HostMemPolicyTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Memdevimpl UnwindSafe for MemdevBlanket Implementations
Mutably borrows from an owned value. Read more