#[repr(C, packed(1))]pub struct PsDeviceInfo {
pub SessionCount: c_int,
pub devicetype: PsDeviceType,
pub uri: [c_char; 256],
pub fw: [c_char; 50],
pub alias: [c_char; 64],
pub status: PsConnectStatus,
pub ip: [c_char; 16],
}Fields§
§SessionCount: c_int§devicetype: PsDeviceType§uri: [c_char; 256]§fw: [c_char; 50]§alias: [c_char; 64]§status: PsConnectStatus§ip: [c_char; 16]Trait Implementations§
Source§impl Clone for PsDeviceInfo
impl Clone for PsDeviceInfo
Source§fn clone(&self) -> PsDeviceInfo
fn clone(&self) -> PsDeviceInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PsDeviceInfo
Source§impl Debug for PsDeviceInfo
impl Debug for PsDeviceInfo
Auto Trait Implementations§
impl Freeze for PsDeviceInfo
impl RefUnwindSafe for PsDeviceInfo
impl Send for PsDeviceInfo
impl Sync for PsDeviceInfo
impl Unpin for PsDeviceInfo
impl UnsafeUnpin for PsDeviceInfo
impl UnwindSafe for PsDeviceInfo
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