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