Struct ndk_sys::sigset64_t
source · Fields
__bits: [c_ulong; 2]
Trait Implementations
sourceimpl Clone for sigset64_t
impl Clone for sigset64_t
sourcefn clone(&self) -> sigset64_t
fn clone(&self) -> sigset64_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for sigset64_t
impl Debug for sigset64_t
impl Copy for sigset64_t
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more