#[repr(C)]pub struct InputDataT {
pub __bindgen_anon_1: InputDataTBindgenTy1,
}
Fields§
§__bindgen_anon_1: InputDataTBindgenTy1
Trait Implementations§
Source§impl Clone for InputDataT
impl Clone for InputDataT
Source§fn clone(&self) -> InputDataT
fn clone(&self) -> InputDataT
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 Default for InputDataT
impl Default for InputDataT
impl Copy for InputDataT
Auto Trait Implementations§
impl Freeze for InputDataT
impl RefUnwindSafe for InputDataT
impl Send for InputDataT
impl Sync for InputDataT
impl Unpin for InputDataT
impl UnwindSafe for InputDataT
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