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