pub struct SchedGetaffinityModifiedArgs {
pub syscall_result: c_int,
pub mask: InspectResult<Vec<u8>>,
}Fields§
§syscall_result: c_int§mask: InspectResult<Vec<u8>>Trait Implementations§
Source§impl Clone for SchedGetaffinityModifiedArgs
impl Clone for SchedGetaffinityModifiedArgs
Source§fn clone(&self) -> SchedGetaffinityModifiedArgs
fn clone(&self) -> SchedGetaffinityModifiedArgs
Returns a duplicate of the value. Read more
1.0.0 · 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 SchedGetaffinityModifiedArgs
impl Debug for SchedGetaffinityModifiedArgs
Source§impl From<SchedGetaffinityModifiedArgs> for SyscallModifiedArgs
impl From<SchedGetaffinityModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: SchedGetaffinityModifiedArgs) -> Self
fn from(args: SchedGetaffinityModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SchedGetaffinityModifiedArgs
impl PartialEq for SchedGetaffinityModifiedArgs
Source§fn eq(&self, other: &SchedGetaffinityModifiedArgs) -> bool
fn eq(&self, other: &SchedGetaffinityModifiedArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for SchedGetaffinityModifiedArgs
impl SyscallGroupsGetter for SchedGetaffinityModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SchedGetaffinityModifiedArgs
impl SyscallNumber for SchedGetaffinityModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for SchedGetaffinityModifiedArgs
Auto Trait Implementations§
impl Freeze for SchedGetaffinityModifiedArgs
impl RefUnwindSafe for SchedGetaffinityModifiedArgs
impl Send for SchedGetaffinityModifiedArgs
impl Sync for SchedGetaffinityModifiedArgs
impl Unpin for SchedGetaffinityModifiedArgs
impl UnwindSafe for SchedGetaffinityModifiedArgs
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