#[repr(C)]pub struct RspApiHandshakeField {
pub is_null: bool,
pub FrontHandshakeDataLen: i32,
pub FrontHandshakeData: Vec<u8>,
pub IsApiAuthEnabled: i32,
}
Fields§
§is_null: bool
§FrontHandshakeDataLen: i32
§FrontHandshakeData: Vec<u8>
§IsApiAuthEnabled: i32
Trait Implementations§
Source§impl Clone for RspApiHandshakeField
impl Clone for RspApiHandshakeField
Source§impl Debug for RspApiHandshakeField
impl Debug for RspApiHandshakeField
Source§impl Default for RspApiHandshakeField
impl Default for RspApiHandshakeField
Source§impl ExternType for RspApiHandshakeField
impl ExternType for RspApiHandshakeField
Auto Trait Implementations§
impl Freeze for RspApiHandshakeField
impl RefUnwindSafe for RspApiHandshakeField
impl Send for RspApiHandshakeField
impl Sync for RspApiHandshakeField
impl Unpin for RspApiHandshakeField
impl UnwindSafe for RspApiHandshakeField
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