#[repr(C)]pub struct size_t_result { /* private fields */ }
Trait Implementations§
Source§impl Clone for size_t_result
impl Clone for size_t_result
Source§fn clone(&self) -> size_t_result
fn clone(&self) -> size_t_result
Returns a duplicate 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 size_t_result
impl Debug for size_t_result
impl Copy for size_t_result
Auto Trait Implementations§
impl Freeze for size_t_result
impl RefUnwindSafe for size_t_result
impl Send for size_t_result
impl Sync for size_t_result
impl Unpin for size_t_result
impl UnwindSafe for size_t_result
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