pub enum PageMode {
ReadOnly = 0,
ReadWrite = 1,
}Expand description
Page access mode.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageMode
impl RefUnwindSafe for PageMode
impl Send for PageMode
impl Sync for PageMode
impl Unpin for PageMode
impl UnwindSafe for PageMode
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