pub struct Codepagesize(/* private fields */);Implementations§
Source§impl Codepagesize
 
impl Codepagesize
Source§impl Codepagesize
 
impl Codepagesize
Trait Implementations§
Source§impl Clone for Codepagesize
 
impl Clone for Codepagesize
Source§fn clone(&self) -> Codepagesize
 
fn clone(&self) -> Codepagesize
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 moreSource§impl Debug for Codepagesize
 
impl Debug for Codepagesize
Source§impl From<Codepagesize> for u32
 
impl From<Codepagesize> for u32
Source§fn from(val: Codepagesize) -> u32
 
fn from(val: Codepagesize) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Codepagesize
 
impl From<u32> for Codepagesize
Source§fn from(val: u32) -> Codepagesize
 
fn from(val: u32) -> Codepagesize
Converts to this type from the input type.
Source§impl Ord for Codepagesize
 
impl Ord for Codepagesize
Source§fn cmp(&self, other: &Codepagesize) -> Ordering
 
fn cmp(&self, other: &Codepagesize) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Codepagesize
 
impl PartialEq for Codepagesize
Source§impl PartialOrd for Codepagesize
 
impl PartialOrd for Codepagesize
impl Copy for Codepagesize
impl Eq for Codepagesize
impl StructuralPartialEq for Codepagesize
Auto Trait Implementations§
impl Freeze for Codepagesize
impl RefUnwindSafe for Codepagesize
impl Send for Codepagesize
impl Sync for Codepagesize
impl Unpin for Codepagesize
impl UnwindSafe for Codepagesize
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)