Struct DEFAULT_PAGES
#[repr(transparent)]pub struct DEFAULT_PAGES(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DEFAULT_PAGES
impl Clone for DEFAULT_PAGES
§fn clone(&self) -> DEFAULT_PAGES
fn clone(&self) -> DEFAULT_PAGES
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 DEFAULT_PAGES
impl Debug for DEFAULT_PAGES
§impl Default for DEFAULT_PAGES
impl Default for DEFAULT_PAGES
§fn default() -> DEFAULT_PAGES
fn default() -> DEFAULT_PAGES
Returns the “default value” for a type. Read more
§impl PartialEq for DEFAULT_PAGES
impl PartialEq for DEFAULT_PAGES
impl Copy for DEFAULT_PAGES
impl Eq for DEFAULT_PAGES
impl StructuralPartialEq for DEFAULT_PAGES
Auto Trait Implementations§
impl Freeze for DEFAULT_PAGES
impl RefUnwindSafe for DEFAULT_PAGES
impl Send for DEFAULT_PAGES
impl Sync for DEFAULT_PAGES
impl Unpin for DEFAULT_PAGES
impl UnwindSafe for DEFAULT_PAGES
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