#[repr(C)]pub struct data_source_s {
pub name: [c_char; 128],
pub type_: c_int,
pub min: f64,
pub max: f64,
}Fields§
§name: [c_char; 128]§type_: c_int§min: f64§max: f64Trait Implementations§
Source§impl Clone for data_source_s
impl Clone for data_source_s
Source§fn clone(&self) -> data_source_s
fn clone(&self) -> data_source_s
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 moreimpl Copy for data_source_s
Auto Trait Implementations§
impl Freeze for data_source_s
impl RefUnwindSafe for data_source_s
impl Send for data_source_s
impl Sync for data_source_s
impl Unpin for data_source_s
impl UnwindSafe for data_source_s
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