pub struct SizeT(/* private fields */);
Expand description
size_t
wrapper (from C-type)
Trait Implementations§
impl Copy for SizeT
impl Eq for SizeT
impl StructuralPartialEq for SizeT
Auto Trait Implementations§
impl Freeze for SizeT
impl RefUnwindSafe for SizeT
impl Send for SizeT
impl Sync for SizeT
impl Unpin for SizeT
impl UnwindSafe for SizeT
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