Struct windows_sys::Win32::Networking::Clustering::CLUS_NETNAME_PWD_INFO
[−]#[repr(C)]pub struct CLUS_NETNAME_PWD_INFO {
pub Flags: u32,
pub Password: [u16; 16],
pub CreatingDC: [u16; 258],
pub ObjectGuid: [u16; 64],
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
Flags: u32
Password: [u16; 16]
CreatingDC: [u16; 258]
ObjectGuid: [u16; 64]
Trait Implementations
impl Clone for CLUS_NETNAME_PWD_INFO
impl Clone for CLUS_NETNAME_PWD_INFO
impl Copy for CLUS_NETNAME_PWD_INFO
Auto Trait Implementations
impl RefUnwindSafe for CLUS_NETNAME_PWD_INFO
impl Send for CLUS_NETNAME_PWD_INFO
impl Sync for CLUS_NETNAME_PWD_INFO
impl Unpin for CLUS_NETNAME_PWD_INFO
impl UnwindSafe for CLUS_NETNAME_PWD_INFO
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