pub struct SetRobustListArgs {
pub head: AddressType,
pub len: size_t,
}Fields§
§head: AddressType§len: size_tTrait Implementations§
Source§impl Clone for SetRobustListArgs
impl Clone for SetRobustListArgs
Source§fn clone(&self) -> SetRobustListArgs
fn clone(&self) -> SetRobustListArgs
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 SetRobustListArgs
impl Debug for SetRobustListArgs
Source§impl From<SetRobustListArgs> for SyscallArgs
impl From<SetRobustListArgs> for SyscallArgs
Source§fn from(args: SetRobustListArgs) -> Self
fn from(args: SetRobustListArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetRobustListArgs
impl PartialEq for SetRobustListArgs
Source§impl SyscallGroupsGetter for SetRobustListArgs
impl SyscallGroupsGetter for SetRobustListArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SetRobustListArgs
impl SyscallNumber for SetRobustListArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for SetRobustListArgs
Auto Trait Implementations§
impl Freeze for SetRobustListArgs
impl RefUnwindSafe for SetRobustListArgs
impl !Send for SetRobustListArgs
impl !Sync for SetRobustListArgs
impl Unpin for SetRobustListArgs
impl UnwindSafe for SetRobustListArgs
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