#[repr(C)]pub struct in3_response {
pub time: u32,
pub state: Type,
pub data: sb_t,
}Fields§
§time: u32§state: Type§data: sb_tTrait Implementations§
Source§impl Clone for in3_response
impl Clone for in3_response
Source§fn clone(&self) -> in3_response
fn clone(&self) -> in3_response
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 in3_response
impl Debug for in3_response
impl Copy for in3_response
Auto Trait Implementations§
impl Freeze for in3_response
impl RefUnwindSafe for in3_response
impl !Send for in3_response
impl !Sync for in3_response
impl Unpin for in3_response
impl UnwindSafe for in3_response
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