#[repr(C)]pub struct GetTidArgs {
pub name: [c_char; 101],
pub result: i32,
}Fields§
§name: [c_char; 101]§result: i32Trait Implementations§
Source§impl Clone for GetTidArgs
impl Clone for GetTidArgs
Source§fn clone(&self) -> GetTidArgs
fn clone(&self) -> GetTidArgs
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 GetTidArgs
impl Debug for GetTidArgs
impl Copy for GetTidArgs
Auto Trait Implementations§
impl Freeze for GetTidArgs
impl RefUnwindSafe for GetTidArgs
impl Send for GetTidArgs
impl Sync for GetTidArgs
impl Unpin for GetTidArgs
impl UnwindSafe for GetTidArgs
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