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