pub struct UnmapConfig {
pub start_vaddr: VirtAddr,
pub size: usize,
pub flush: bool,
}Expand description
取消映射配置
Fields§
§start_vaddr: VirtAddr§size: usize§flush: boolTrait Implementations§
Source§impl Clone for UnmapConfig
impl Clone for UnmapConfig
Source§fn clone(&self) -> UnmapConfig
fn clone(&self) -> UnmapConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnmapConfig
Auto Trait Implementations§
impl Freeze for UnmapConfig
impl RefUnwindSafe for UnmapConfig
impl Send for UnmapConfig
impl Sync for UnmapConfig
impl Unpin for UnmapConfig
impl UnwindSafe for UnmapConfig
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