#[repr(C)]pub struct LoginBlock {
pub tr_index: c_int,
pub login_info: *const LoginInfo,
}Fields§
§tr_index: c_int§login_info: *const LoginInfoAuto Trait Implementations§
impl Freeze for LoginBlock
impl RefUnwindSafe for LoginBlock
impl !Send for LoginBlock
impl !Sync for LoginBlock
impl Unpin for LoginBlock
impl UnwindSafe for LoginBlock
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