pub struct MlockArgs {
pub addr: AddressType,
pub len: size_t,
}Fields§
§addr: AddressType§len: size_tTrait Implementations§
Source§impl From<MlockArgs> for SyscallArgs
impl From<MlockArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for MlockArgs
impl SyscallGroupsGetter for MlockArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for MlockArgs
impl SyscallNumber for MlockArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for MlockArgs
Auto Trait Implementations§
impl Freeze for MlockArgs
impl RefUnwindSafe for MlockArgs
impl !Send for MlockArgs
impl !Sync for MlockArgs
impl Unpin for MlockArgs
impl UnwindSafe for MlockArgs
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