#[repr(C)]pub struct sb_parameters {
pub q_index: c_int,
pub rdmult: c_int,
}Fields§
§q_index: c_int§rdmult: c_intTrait Implementations§
Source§impl Clone for sb_parameters
impl Clone for sb_parameters
Source§fn clone(&self) -> sb_parameters
fn clone(&self) -> sb_parameters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for sb_parameters
Auto Trait Implementations§
impl Freeze for sb_parameters
impl RefUnwindSafe for sb_parameters
impl Send for sb_parameters
impl Sync for sb_parameters
impl Unpin for sb_parameters
impl UnsafeUnpin for sb_parameters
impl UnwindSafe for sb_parameters
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