Struct rustpython_vm::stdlib::posix::module::SchedParamArg
source · pub struct SchedParamArg { /* private fields */ }
Trait Implementations§
source§impl FromArgs for SchedParamArg
impl FromArgs for SchedParamArg
source§fn from_args(
vm: &VirtualMachine,
args: &mut FuncArgs
) -> Result<Self, ArgumentError>
fn from_args( vm: &VirtualMachine, args: &mut FuncArgs ) -> Result<Self, ArgumentError>
Extracts this item from the next argument(s).
Auto Trait Implementations§
impl !RefUnwindSafe for SchedParamArg
impl !Send for SchedParamArg
impl !Sync for SchedParamArg
impl Unpin for SchedParamArg
impl !UnwindSafe for SchedParamArg
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