pub struct TeeModifiedArgs {
pub syscall_result: ssize_t,
}Fields§
§syscall_result: ssize_tTrait Implementations§
Source§impl Clone for TeeModifiedArgs
impl Clone for TeeModifiedArgs
Source§fn clone(&self) -> TeeModifiedArgs
fn clone(&self) -> TeeModifiedArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TeeModifiedArgs
impl Debug for TeeModifiedArgs
Source§impl From<TeeModifiedArgs> for SyscallModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl From<TeeModifiedArgs> for SyscallModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
Source§fn from(args: TeeModifiedArgs) -> Self
fn from(args: TeeModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TeeModifiedArgs
impl PartialEq for TeeModifiedArgs
impl StructuralPartialEq for TeeModifiedArgs
Source§impl SyscallGroupsGetter for TeeModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallGroupsGetter for TeeModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TeeModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallNumber for TeeModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_number(&self) -> isize
Auto Trait Implementations§
impl Freeze for TeeModifiedArgs
impl RefUnwindSafe for TeeModifiedArgs
impl Send for TeeModifiedArgs
impl Sync for TeeModifiedArgs
impl Unpin for TeeModifiedArgs
impl UnsafeUnpin for TeeModifiedArgs
impl UnwindSafe for TeeModifiedArgs
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