pub struct UserContextOptions { /* private fields */ }Expand description
Initial user address space and architecture-specific floating-point state.
Implementations§
Source§impl UserContextOptions
impl UserContextOptions
Sourcepub fn new(address_space: TaskAddressSpace) -> Self
pub fn new(address_space: TaskAddressSpace) -> Self
Creates a user context with the architecture’s initial FP state.
Auto Trait Implementations§
impl Freeze for UserContextOptions
impl RefUnwindSafe for UserContextOptions
impl Send for UserContextOptions
impl Sync for UserContextOptions
impl Unpin for UserContextOptions
impl UnsafeUnpin for UserContextOptions
impl UnwindSafe for UserContextOptions
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