#[non_exhaustive]pub struct SandboxRequirements {}Expand description
What a driver’s sandbox needs from the launch environment. Reserved for 37-03 (Codex’s writable-roots requirement).
Trait Implementations§
Source§impl Clone for SandboxRequirements
impl Clone for SandboxRequirements
Source§fn clone(&self) -> SandboxRequirements
fn clone(&self) -> SandboxRequirements
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SandboxRequirements
impl Debug for SandboxRequirements
Source§impl Default for SandboxRequirements
impl Default for SandboxRequirements
Source§fn default() -> SandboxRequirements
fn default() -> SandboxRequirements
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SandboxRequirements
impl RefUnwindSafe for SandboxRequirements
impl Send for SandboxRequirements
impl Sync for SandboxRequirements
impl Unpin for SandboxRequirements
impl UnsafeUnpin for SandboxRequirements
impl UnwindSafe for SandboxRequirements
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