#[repr(C)]pub struct oligo_problems {
pub prob: c_ulong,
}Fields§
§prob: c_ulongTrait Implementations§
Source§impl Clone for oligo_problems
impl Clone for oligo_problems
Source§fn clone(&self) -> oligo_problems
fn clone(&self) -> oligo_problems
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 oligo_problems
impl Debug for oligo_problems
impl Copy for oligo_problems
Auto Trait Implementations§
impl Freeze for oligo_problems
impl RefUnwindSafe for oligo_problems
impl Send for oligo_problems
impl Sync for oligo_problems
impl Unpin for oligo_problems
impl UnsafeUnpin for oligo_problems
impl UnwindSafe for oligo_problems
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