Struct PAGING_MODE
#[repr(transparent)]pub struct PAGING_MODE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PAGING_MODE
impl Clone for PAGING_MODE
§fn clone(&self) -> PAGING_MODE
fn clone(&self) -> PAGING_MODE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PAGING_MODE
impl Debug for PAGING_MODE
§impl Default for PAGING_MODE
impl Default for PAGING_MODE
§fn default() -> PAGING_MODE
fn default() -> PAGING_MODE
Returns the “default value” for a type. Read more
§impl PartialEq for PAGING_MODE
impl PartialEq for PAGING_MODE
impl Copy for PAGING_MODE
impl Eq for PAGING_MODE
impl StructuralPartialEq for PAGING_MODE
Auto Trait Implementations§
impl Freeze for PAGING_MODE
impl RefUnwindSafe for PAGING_MODE
impl Send for PAGING_MODE
impl Sync for PAGING_MODE
impl Unpin for PAGING_MODE
impl UnwindSafe for PAGING_MODE
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