#[repr(C)]pub struct data_set_s {
pub type_: [c_char; 128],
pub ds_num: usize,
pub ds: *mut data_source_t,
}Fields§
§type_: [c_char; 128]§ds_num: usize§ds: *mut data_source_tTrait Implementations§
Source§impl Clone for data_set_s
impl Clone for data_set_s
Source§fn clone(&self) -> data_set_s
fn clone(&self) -> data_set_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_set_s
Auto Trait Implementations§
impl Freeze for data_set_s
impl RefUnwindSafe for data_set_s
impl !Send for data_set_s
impl !Sync for data_set_s
impl Unpin for data_set_s
impl UnwindSafe for data_set_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