Struct windows::Win32::Storage::DistributedFileSystem::DFS_INFO_104
#[repr(C)]pub struct DFS_INFO_104 {
pub TargetPriority: DFS_TARGET_PRIORITY,
}
Fields§
§TargetPriority: DFS_TARGET_PRIORITY
Trait Implementations§
§impl Clone for DFS_INFO_104
impl Clone for DFS_INFO_104
§fn clone(&self) -> DFS_INFO_104
fn clone(&self) -> DFS_INFO_104
Returns a copy 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 more§impl Debug for DFS_INFO_104
impl Debug for DFS_INFO_104
§impl Default for DFS_INFO_104
impl Default for DFS_INFO_104
§impl PartialEq for DFS_INFO_104
impl PartialEq for DFS_INFO_104
§fn eq(&self, other: &DFS_INFO_104) -> bool
fn eq(&self, other: &DFS_INFO_104) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DFS_INFO_104
impl Eq for DFS_INFO_104
impl StructuralPartialEq for DFS_INFO_104
Auto Trait Implementations§
impl Freeze for DFS_INFO_104
impl RefUnwindSafe for DFS_INFO_104
impl Send for DFS_INFO_104
impl Sync for DFS_INFO_104
impl Unpin for DFS_INFO_104
impl UnwindSafe for DFS_INFO_104
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)