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