pub struct Config { /* private fields */ }Expand description
Configuration builder used to build instances of [Processor].
Implementations§
Source§impl Config
impl Config
pub fn v6m() -> Self
pub fn v7m() -> Self
pub fn v7em() -> Self
pub fn v8m() -> Self
Sourcepub fn external_exceptions(self, count: usize) -> Self
pub fn external_exceptions(self, count: usize) -> Self
Sets the number of platform specific exceptions.
Sourcepub fn exclusives_reservation_granule(self, granule: u32) -> Self
pub fn exclusives_reservation_granule(self, granule: u32) -> Self
Sets the Exclusive Reservation Granule.
Value must be a power of two in [4, 512].
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnsafeUnpin for Config
impl UnwindSafe for Config
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