Struct itron_solid_fmp3::processor::Processor [−][src]
#[repr(C)]pub struct Processor { /* fields omitted */ }
This is supported on crate feature
unstable
only.Expand description
Refers to a single processor in a multi-processor system. The stored processor ID is not guaranteed to be valid but is guaranteed to be non-null.
In a uniprocessor kernel, this is a zero-sized type.
Implementations
This is supported on crate features fmp3
or solid_fmp3
only.
This is supported on crate features
fmp3
or solid_fmp3
only.Construct Processor
from a raw processor ID.
This is supported on crate features fmp3
or solid_fmp3
only.
This is supported on crate features
fmp3
or solid_fmp3
only.Construct Processor
from a non-null raw processor ID.
This is supported on crate features fmp3
or solid_fmp3
only.
This is supported on crate features
fmp3
or solid_fmp3
only.Get a raw processor ID.
This is supported on crate features fmp3
or solid_fmp3
only.
This is supported on crate features
fmp3
or solid_fmp3
only.Get a raw processor ID as abi::NonNullID
.