#[repr(C)]pub enum PRThreadType {
PR_USER_THREAD = 0,
PR_SYSTEM_THREAD = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PRThreadType
impl Clone for PRThreadType
Source§fn clone(&self) -> PRThreadType
fn clone(&self) -> PRThreadType
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 PRThreadType
impl Debug for PRThreadType
Source§impl PartialEq for PRThreadType
impl PartialEq for PRThreadType
impl Copy for PRThreadType
impl Eq for PRThreadType
impl StructuralPartialEq for PRThreadType
Auto Trait Implementations§
impl Freeze for PRThreadType
impl RefUnwindSafe for PRThreadType
impl Send for PRThreadType
impl Sync for PRThreadType
impl Unpin for PRThreadType
impl UnwindSafe for PRThreadType
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