pub enum TCGThreadType {
Single,
Multi,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCGThreadType
impl RefUnwindSafe for TCGThreadType
impl Send for TCGThreadType
impl Sync for TCGThreadType
impl Unpin for TCGThreadType
impl UnwindSafe for TCGThreadType
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