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