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