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