#[repr(C)]pub struct DFS_STORAGE_INFO_1 {
pub State: ULONG,
pub ServerName: LPWSTR,
pub ShareName: LPWSTR,
pub TargetPriority: DFS_TARGET_PRIORITY,
}
Fields§
§State: ULONG
§ServerName: LPWSTR
§TargetPriority: DFS_TARGET_PRIORITY
Trait Implementations§
Source§impl Clone for DFS_STORAGE_INFO_1
impl Clone for DFS_STORAGE_INFO_1
Source§fn clone(&self) -> DFS_STORAGE_INFO_1
fn clone(&self) -> DFS_STORAGE_INFO_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for DFS_STORAGE_INFO_1
impl Default for DFS_STORAGE_INFO_1
Source§fn default() -> DFS_STORAGE_INFO_1
fn default() -> DFS_STORAGE_INFO_1
Returns the “default value” for a type. Read more
impl Copy for DFS_STORAGE_INFO_1
Auto Trait Implementations§
impl Freeze for DFS_STORAGE_INFO_1
impl RefUnwindSafe for DFS_STORAGE_INFO_1
impl !Send for DFS_STORAGE_INFO_1
impl !Sync for DFS_STORAGE_INFO_1
impl Unpin for DFS_STORAGE_INFO_1
impl UnwindSafe for DFS_STORAGE_INFO_1
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