#[repr(C)]pub enum ResizeStatus {
None = 0,
NeedMalloc = 1,
NeedResize = 2,
}
Expand description
The status of the resize operation
Variants§
Trait Implementations§
source§impl Clone for ResizeStatus
impl Clone for ResizeStatus
source§fn clone(&self) -> ResizeStatus
fn clone(&self) -> ResizeStatus
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 ResizeStatus
impl Debug for ResizeStatus
source§impl PartialEq for ResizeStatus
impl PartialEq for ResizeStatus
impl Copy for ResizeStatus
impl Eq for ResizeStatus
impl StructuralPartialEq for ResizeStatus
Auto Trait Implementations§
impl Freeze for ResizeStatus
impl RefUnwindSafe for ResizeStatus
impl Send for ResizeStatus
impl Sync for ResizeStatus
impl Unpin for ResizeStatus
impl UnwindSafe for ResizeStatus
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
)