Struct fst_native::FstSignalHandle
source · pub struct FstSignalHandle(/* private fields */);Implementations§
Trait Implementations§
source§impl Debug for FstSignalHandle
impl Debug for FstSignalHandle
source§impl Display for FstSignalHandle
impl Display for FstSignalHandle
source§impl PartialEq for FstSignalHandle
impl PartialEq for FstSignalHandle
source§fn eq(&self, other: &FstSignalHandle) -> bool
fn eq(&self, other: &FstSignalHandle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FstSignalHandle
Auto Trait Implementations§
impl Freeze for FstSignalHandle
impl RefUnwindSafe for FstSignalHandle
impl Send for FstSignalHandle
impl Sync for FstSignalHandle
impl Unpin for FstSignalHandle
impl UnwindSafe for FstSignalHandle
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