Struct ndk_sys::sigset64_t
source · #[repr(C)]pub struct sigset64_t {
pub __bits: [c_ulong; 2],
}
Fields§
§__bits: [c_ulong; 2]
Trait Implementations§
source§impl Clone for sigset64_t
impl Clone for sigset64_t
source§fn clone(&self) -> sigset64_t
fn clone(&self) -> sigset64_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 sigset64_t
impl Debug for sigset64_t
impl Copy for sigset64_t
Auto Trait Implementations§
impl Freeze for sigset64_t
impl RefUnwindSafe for sigset64_t
impl Send for sigset64_t
impl Sync for sigset64_t
impl Unpin for sigset64_t
impl UnwindSafe for sigset64_t
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