pub struct SyncArgs {}Trait Implementations§
Source§impl From<SyncArgs> for SyscallArgs
impl From<SyncArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for SyncArgs
impl SyscallGroupsGetter for SyncArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SyncArgs
impl SyscallNumber for SyncArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for SyncArgs
Auto Trait Implementations§
impl Freeze for SyncArgs
impl RefUnwindSafe for SyncArgs
impl Send for SyncArgs
impl Sync for SyncArgs
impl Unpin for SyncArgs
impl UnwindSafe for SyncArgs
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