Struct rrise::AkThreadProperties
source · #[repr(C)]pub struct AkThreadProperties {
pub nPriority: c_int,
pub dwAffinityMask: AkUInt32,
pub uStackSize: AkUInt32,
}Fields
nPriority: c_intThread priority
dwAffinityMask: AkUInt32Affinity mask
uStackSize: AkUInt32Thread stack size.
Trait Implementations
sourceimpl Clone for AkThreadProperties
impl Clone for AkThreadProperties
sourcefn clone(&self) -> AkThreadProperties
fn clone(&self) -> AkThreadProperties
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 AkThreadProperties
impl Debug for AkThreadProperties
impl Copy for AkThreadProperties
Auto Trait Implementations
impl RefUnwindSafe for AkThreadProperties
impl Send for AkThreadProperties
impl Sync for AkThreadProperties
impl Unpin for AkThreadProperties
impl UnwindSafe for AkThreadProperties
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