Struct windows_sys::Win32::Devices::Tapi::_ADDR_ALIAS
[−]#[repr(C)]pub struct _ADDR_ALIAS {
pub rgchName: [CHAR; 41],
pub rgchEName: [CHAR; 11],
pub rgchSrvr: [CHAR; 12],
pub dibDetail: u32,
pub type: u16,
}
Expand description
Required features: "Win32_Devices_Tapi"
, "Win32_Foundation"
Fields
rgchName: [CHAR; 41]
rgchEName: [CHAR; 11]
rgchSrvr: [CHAR; 12]
dibDetail: u32
type: u16
Trait Implementations
impl Clone for _ADDR_ALIAS
impl Clone for _ADDR_ALIAS
impl Copy for _ADDR_ALIAS
Auto Trait Implementations
impl RefUnwindSafe for _ADDR_ALIAS
impl Send for _ADDR_ALIAS
impl Sync for _ADDR_ALIAS
impl Unpin for _ADDR_ALIAS
impl UnwindSafe for _ADDR_ALIAS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more