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