#[repr(C)]pub struct AwsCThreadOptions {
pub stack_size: usize,
pub cpu_id: i32,
pub join_strategy: AwsCThreadJoinStrategy,
}
Fields
stack_size: usize
cpu_id: i32
join_strategy: AwsCThreadJoinStrategy
Auto Trait Implementations
impl RefUnwindSafe for AwsCThreadOptions
impl Send for AwsCThreadOptions
impl Sync for AwsCThreadOptions
impl Unpin for AwsCThreadOptions
impl UnwindSafe for AwsCThreadOptions
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