#[repr(C)]pub struct slow5_press {
pub record_press: *mut __slow5_press,
pub signal_press: *mut __slow5_press,
}Fields§
§record_press: *mut __slow5_press§signal_press: *mut __slow5_pressTrait Implementations§
Source§impl Clone for slow5_press
impl Clone for slow5_press
Source§fn clone(&self) -> slow5_press
fn clone(&self) -> slow5_press
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 slow5_press
impl Debug for slow5_press
impl Copy for slow5_press
Auto Trait Implementations§
impl Freeze for slow5_press
impl RefUnwindSafe for slow5_press
impl !Send for slow5_press
impl !Sync for slow5_press
impl Unpin for slow5_press
impl UnwindSafe for slow5_press
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