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