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