Struct sample_programs::set_difference::SlowSet
source · #[repr(C)]pub struct SlowSet {
current_idx: usize,
pub data: [usize; 1024],
}Fields§
§current_idx: usize§data: [usize; 1024]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SlowSet
impl Send for SlowSet
impl Sync for SlowSet
impl Unpin for SlowSet
impl UnwindSafe for SlowSet
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