Struct hwlocality_sys::hwloc_bitmap_s
source · #[repr(C)]pub struct hwloc_bitmap_s(/* private fields */);Expand description
Opaque bitmap struct
Represents the private hwloc_bitmap_s type that hwloc_bitmap_t API
pointers map to.
This type purposely implements no traits, not even Debug, because you should never, ever deal with it directly, only with raw pointers to it that you blindly pass to the hwloc API.
Auto Trait Implementations§
impl RefUnwindSafe for hwloc_bitmap_s
impl !Send for hwloc_bitmap_s
impl !Sync for hwloc_bitmap_s
impl !Unpin for hwloc_bitmap_s
impl UnwindSafe for hwloc_bitmap_s
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