pub struct Pages<const SIZE: usize> {
pub file: File,
/* private fields */
}
Fields§
§file: File
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const SIZE: usize> !Freeze for Pages<SIZE>
impl<const SIZE: usize> RefUnwindSafe for Pages<SIZE>
impl<const SIZE: usize> Send for Pages<SIZE>
impl<const SIZE: usize> Sync for Pages<SIZE>
impl<const SIZE: usize> Unpin for Pages<SIZE>
impl<const SIZE: usize> UnwindSafe for Pages<SIZE>
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