pub struct Rare {
pub version: i32,
pub cmd: i32,
pub terminal_id: i32,
pub terminal_serial: [char; 14],
pub relay_id: u8,
pub reserved: u8,
pub user_id: i32,
pub finger: i32,
pub event: [char; 16],
pub time: [char; 16],
pub name: u16,
pub personal_id: u16,
}
Fields§
§version: i32
§cmd: i32
§terminal_id: i32
§terminal_serial: [char; 14]
§relay_id: u8
§reserved: u8
§user_id: i32
§finger: i32
§event: [char; 16]
§time: [char; 16]
§name: u16
§personal_id: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rare
impl RefUnwindSafe for Rare
impl Send for Rare
impl Sync for Rare
impl Unpin for Rare
impl UnwindSafe for Rare
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