pub struct SyscallBuilder { /* private fields */ }
Expand description
Builder for Syscall
.
Implementations§
Trait Implementations§
Source§impl Clone for SyscallBuilder
impl Clone for SyscallBuilder
Source§fn clone(&self) -> SyscallBuilder
fn clone(&self) -> SyscallBuilder
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 Default for SyscallBuilder
impl Default for SyscallBuilder
Source§fn default() -> SyscallBuilder
fn default() -> SyscallBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SyscallBuilder
impl RefUnwindSafe for SyscallBuilder
impl Send for SyscallBuilder
impl Sync for SyscallBuilder
impl Unpin for SyscallBuilder
impl UnwindSafe for SyscallBuilder
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