#[repr(C)]pub struct starpu_bitmap {
pub bits: [c_ulong; 1],
pub cardinal: c_int,
}Expand description
todo
Fields§
§bits: [c_ulong; 1]§cardinal: c_intTrait Implementations§
Source§impl Clone for starpu_bitmap
impl Clone for starpu_bitmap
Source§fn clone(&self) -> starpu_bitmap
fn clone(&self) -> starpu_bitmap
Returns a duplicate 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 starpu_bitmap
impl Debug for starpu_bitmap
Source§impl Default for starpu_bitmap
impl Default for starpu_bitmap
Source§fn default() -> starpu_bitmap
fn default() -> starpu_bitmap
Returns the “default value” for a type. Read more
impl Copy for starpu_bitmap
Auto Trait Implementations§
impl Freeze for starpu_bitmap
impl RefUnwindSafe for starpu_bitmap
impl Send for starpu_bitmap
impl Sync for starpu_bitmap
impl Unpin for starpu_bitmap
impl UnwindSafe for starpu_bitmap
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