#[repr(C)]pub struct gsl_matrix_ushort {
pub size1: usize,
pub size2: usize,
pub tda: usize,
pub data: *mut c_ushort,
pub block: *mut gsl_block_ushort,
pub owner: c_int,
}Fields§
§size1: usize§size2: usize§tda: usize§data: *mut c_ushort§block: *mut gsl_block_ushort§owner: c_intTrait Implementations§
Source§impl Clone for gsl_matrix_ushort
impl Clone for gsl_matrix_ushort
Source§fn clone(&self) -> gsl_matrix_ushort
fn clone(&self) -> gsl_matrix_ushort
Returns a copy 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 gsl_matrix_ushort
impl Debug for gsl_matrix_ushort
impl Copy for gsl_matrix_ushort
Auto Trait Implementations§
impl Freeze for gsl_matrix_ushort
impl RefUnwindSafe for gsl_matrix_ushort
impl !Send for gsl_matrix_ushort
impl !Sync for gsl_matrix_ushort
impl Unpin for gsl_matrix_ushort
impl UnwindSafe for gsl_matrix_ushort
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