Struct hts_sys::kbitset_iter_t
source · #[repr(C)]pub struct kbitset_iter_t {
pub mask: c_ulong,
pub elt: size_t,
pub i: c_int,
}
Fields§
§mask: c_ulong
§elt: size_t
§i: c_int
Trait Implementations§
source§impl Clone for kbitset_iter_t
impl Clone for kbitset_iter_t
source§fn clone(&self) -> kbitset_iter_t
fn clone(&self) -> kbitset_iter_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 kbitset_iter_t
impl Debug for kbitset_iter_t
impl Copy for kbitset_iter_t
Auto Trait Implementations§
impl Freeze for kbitset_iter_t
impl RefUnwindSafe for kbitset_iter_t
impl Send for kbitset_iter_t
impl Sync for kbitset_iter_t
impl Unpin for kbitset_iter_t
impl UnwindSafe for kbitset_iter_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