#[repr(C)]pub struct ADDRALIAS {
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
Auto Trait Implementations
impl RefUnwindSafe for ADDRALIAS
impl Send for ADDRALIAS
impl Sync for ADDRALIAS
impl Unpin for ADDRALIAS
impl UnwindSafe for ADDRALIAS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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