Struct windows_sys::Win32::Storage::FileSystem::SERVER_ALIAS_INFO_0
#[repr(C)]pub struct SERVER_ALIAS_INFO_0 {
pub srvai0_alias: PWSTR,
pub srvai0_target: PWSTR,
pub srvai0_default: BOOLEAN,
pub srvai0_reserved: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§srvai0_alias: PWSTR
§srvai0_target: PWSTR
§srvai0_default: BOOLEAN
§srvai0_reserved: u32
Trait Implementations§
§impl Clone for SERVER_ALIAS_INFO_0
impl Clone for SERVER_ALIAS_INFO_0
impl Copy for SERVER_ALIAS_INFO_0
Auto Trait Implementations§
impl RefUnwindSafe for SERVER_ALIAS_INFO_0
impl !Send for SERVER_ALIAS_INFO_0
impl !Sync for SERVER_ALIAS_INFO_0
impl Unpin for SERVER_ALIAS_INFO_0
impl UnwindSafe for SERVER_ALIAS_INFO_0
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