pub struct DiscontiguityError(());
🔬This is a nightly-only experimental API. (
kernel_mmap_to_parts
#24)Available on non-crate feature
use_std
only.Expand description
Returned from RawMapping::into_contiguous_raw_parts()
if the underlying physical memory is not contiguous
See the documentation for into_contiguous_raw_parts()
for more information.
Tuple Fields§
§0: ()
🔬This is a nightly-only experimental API. (
kernel_mmap_to_parts
#24)Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiscontiguityError
impl RefUnwindSafe for DiscontiguityError
impl Send for DiscontiguityError
impl Sync for DiscontiguityError
impl Unpin for DiscontiguityError
impl UnwindSafe for DiscontiguityError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more