#[repr(C)]
pub enum AwsCThreadDetachState {
NotCreated,
Joinable,
JoinCompleted,
Managed,
}
Variants
NotCreated
Joinable
JoinCompleted
Managed
Trait Implementations
sourceimpl Clone for AwsCThreadDetachState
impl Clone for AwsCThreadDetachState
sourcefn clone(&self) -> AwsCThreadDetachState
fn clone(&self) -> AwsCThreadDetachState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AwsCThreadDetachState
impl Debug for AwsCThreadDetachState
sourceimpl PartialEq<AwsCThreadDetachState> for AwsCThreadDetachState
impl PartialEq<AwsCThreadDetachState> for AwsCThreadDetachState
sourcefn eq(&self, other: &AwsCThreadDetachState) -> bool
fn eq(&self, other: &AwsCThreadDetachState) -> bool
impl Copy for AwsCThreadDetachState
impl Eq for AwsCThreadDetachState
impl StructuralEq for AwsCThreadDetachState
impl StructuralPartialEq for AwsCThreadDetachState
Auto Trait Implementations
impl RefUnwindSafe for AwsCThreadDetachState
impl Send for AwsCThreadDetachState
impl Sync for AwsCThreadDetachState
impl Unpin for AwsCThreadDetachState
impl UnwindSafe for AwsCThreadDetachState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more