pub enum option__size_t {
None,
Some {
v: usize,
},
}
Variants§
Trait Implementations§
Source§impl Clone for option__size_t
impl Clone for option__size_t
Source§fn clone(&self) -> option__size_t
fn clone(&self) -> option__size_t
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 PartialEq for option__size_t
impl PartialEq for option__size_t
impl Copy for option__size_t
impl StructuralPartialEq for option__size_t
Auto Trait Implementations§
impl Freeze for option__size_t
impl RefUnwindSafe for option__size_t
impl Send for option__size_t
impl Sync for option__size_t
impl Unpin for option__size_t
impl UnwindSafe for option__size_t
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