pub struct MemBlock {
pub na: bool,
pub data: bool,
pub addr: bool,
}
Expand description
Access blocked.
Since linux-5.12
: https://github.com/torvalds/linux/commit/61b985e3e775a3a75fda04ce7ef1b1aefc4758bc
Fields§
§na: bool
Not available.
data: bool
Data could not be forwarded.
addr: bool
Address conflict.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemBlock
impl RefUnwindSafe for MemBlock
impl Send for MemBlock
impl Sync for MemBlock
impl Unpin for MemBlock
impl UnwindSafe for MemBlock
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