Struct crosvm_plugin::crosvm_memory
source · pub struct crosvm_memory {
pub(crate) id: u32,
pub(crate) length: u64,
}
Fields§
§id: u32
§length: u64
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for crosvm_memory
impl Send for crosvm_memory
impl Sync for crosvm_memory
impl Unpin for crosvm_memory
impl UnwindSafe for crosvm_memory
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more