#[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 copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PsDeviceInfo
impl Debug for PsDeviceInfo
source§impl Default for PsDeviceInfo
impl Default for PsDeviceInfo
impl Copy 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)