Struct ffmpeg_sys_next::__sigset_t
source · #[repr(C)]pub struct __sigset_t {
pub __val: [c_ulong; 16],
}Fields§
§__val: [c_ulong; 16]Trait Implementations§
source§impl Clone for __sigset_t
impl Clone for __sigset_t
source§fn clone(&self) -> __sigset_t
fn clone(&self) -> __sigset_t
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 __sigset_t
impl Debug for __sigset_t
source§impl PartialEq<__sigset_t> for __sigset_t
impl PartialEq<__sigset_t> for __sigset_t
source§fn eq(&self, other: &__sigset_t) -> bool
fn eq(&self, other: &__sigset_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.