pub struct UserspaceObjRecord {
pub provider: Option<Provider>,
pub pointer: u64,
pub process: ProcessKoid,
pub name: FlyStr,
pub args: Vec<Arg>,
}
Fields§
§provider: Option<Provider>
§pointer: u64
§process: ProcessKoid
§name: FlyStr
§args: Vec<Arg>
Trait Implementations§
Source§impl Clone for UserspaceObjRecord
impl Clone for UserspaceObjRecord
Source§fn clone(&self) -> UserspaceObjRecord
fn clone(&self) -> UserspaceObjRecord
Returns a copy 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 UserspaceObjRecord
impl Debug for UserspaceObjRecord
Source§impl PartialEq for UserspaceObjRecord
impl PartialEq for UserspaceObjRecord
impl StructuralPartialEq for UserspaceObjRecord
Auto Trait Implementations§
impl Freeze for UserspaceObjRecord
impl RefUnwindSafe for UserspaceObjRecord
impl Send for UserspaceObjRecord
impl Sync for UserspaceObjRecord
impl Unpin for UserspaceObjRecord
impl UnwindSafe for UserspaceObjRecord
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)