Fields
buf: [u8; SIZE]Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, N, const SIZE: usize> RefUnwindSafe for Page<'a, N, SIZE> where
N: RefUnwindSafe,
impl<'a, N, const SIZE: usize> Send for Page<'a, N, SIZE>
impl<'a, N, const SIZE: usize> Sync for Page<'a, N, SIZE>
impl<'a, N, const SIZE: usize> Unpin for Page<'a, N, SIZE>
impl<'a, N, const SIZE: usize> UnwindSafe for Page<'a, N, SIZE> where
N: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more