Struct rust_htslib::htslib::drand48_data
source · [−]#[repr(C)]pub struct drand48_data {
pub __x: [u16; 3],
pub __old_x: [u16; 3],
pub __c: u16,
pub __init: u16,
pub __a: u64,
}Fields
__x: [u16; 3]__old_x: [u16; 3]__c: u16__init: u16__a: u64Trait Implementations
sourceimpl Clone for drand48_data
impl Clone for drand48_data
sourcefn clone(&self) -> drand48_data
fn clone(&self) -> drand48_data
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for drand48_data
impl Debug for drand48_data
impl Copy for drand48_data
Auto Trait Implementations
impl RefUnwindSafe for drand48_data
impl Send for drand48_data
impl Sync for drand48_data
impl Unpin for drand48_data
impl UnwindSafe for drand48_data
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more