Struct license::exceptions::LinuxSyscallNote
source · pub struct LinuxSyscallNote;
Expand description
The Linux Syscall Note.
Trait Implementations§
source§impl Clone for LinuxSyscallNote
impl Clone for LinuxSyscallNote
source§fn clone(&self) -> LinuxSyscallNote
fn clone(&self) -> LinuxSyscallNote
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 Debug for LinuxSyscallNote
impl Debug for LinuxSyscallNote
source§impl Default for LinuxSyscallNote
impl Default for LinuxSyscallNote
source§fn default() -> LinuxSyscallNote
fn default() -> LinuxSyscallNote
Returns the “default value” for a type. Read more
source§impl Exception for LinuxSyscallNote
impl Exception for LinuxSyscallNote
source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
source§impl Hash for LinuxSyscallNote
impl Hash for LinuxSyscallNote
source§impl Ord for LinuxSyscallNote
impl Ord for LinuxSyscallNote
source§fn cmp(&self, other: &LinuxSyscallNote) -> Ordering
fn cmp(&self, other: &LinuxSyscallNote) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for LinuxSyscallNote
impl PartialEq for LinuxSyscallNote
source§impl PartialOrd for LinuxSyscallNote
impl PartialOrd for LinuxSyscallNote
impl Copy for LinuxSyscallNote
impl Eq for LinuxSyscallNote
impl StructuralPartialEq for LinuxSyscallNote
Auto Trait Implementations§
impl Freeze for LinuxSyscallNote
impl RefUnwindSafe for LinuxSyscallNote
impl Send for LinuxSyscallNote
impl Sync for LinuxSyscallNote
impl Unpin for LinuxSyscallNote
impl UnwindSafe for LinuxSyscallNote
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)