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