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