Struct windows_sys::Win32::Networking::ActiveDirectory::DSBITEMW
[−]#[repr(C)]pub struct DSBITEMW {
pub cbStruct: u32,
pub pszADsPath: PCWSTR,
pub pszClass: PCWSTR,
pub dwMask: u32,
pub dwState: u32,
pub dwStateMask: u32,
pub szDisplayName: [u16; 64],
pub szIconLocation: [u16; 260],
pub iIconResID: i32,
}Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
cbStruct: u32pszADsPath: PCWSTRpszClass: PCWSTRdwMask: u32dwState: u32dwStateMask: u32szDisplayName: [u16; 64]szIconLocation: [u16; 260]iIconResID: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DSBITEMW
impl !Send for DSBITEMW
impl !Sync for DSBITEMW
impl Unpin for DSBITEMW
impl UnwindSafe for DSBITEMW
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