Struct windows::Win32::Storage::DistributedFileSystem::DFS_TARGET_PRIORITY
#[repr(C)]pub struct DFS_TARGET_PRIORITY {
pub TargetPriorityClass: DFS_TARGET_PRIORITY_CLASS,
pub TargetPriorityRank: u16,
pub Reserved: u16,
}
Fields§
§TargetPriorityClass: DFS_TARGET_PRIORITY_CLASS
§TargetPriorityRank: u16
§Reserved: u16
Trait Implementations§
§impl Clone for DFS_TARGET_PRIORITY
impl Clone for DFS_TARGET_PRIORITY
§fn clone(&self) -> DFS_TARGET_PRIORITY
fn clone(&self) -> DFS_TARGET_PRIORITY
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_TARGET_PRIORITY
impl Debug for DFS_TARGET_PRIORITY
§impl Default for DFS_TARGET_PRIORITY
impl Default for DFS_TARGET_PRIORITY
§impl PartialEq for DFS_TARGET_PRIORITY
impl PartialEq for DFS_TARGET_PRIORITY
§fn eq(&self, other: &DFS_TARGET_PRIORITY) -> bool
fn eq(&self, other: &DFS_TARGET_PRIORITY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DFS_TARGET_PRIORITY
impl Eq for DFS_TARGET_PRIORITY
impl StructuralPartialEq for DFS_TARGET_PRIORITY
Auto Trait Implementations§
impl Freeze for DFS_TARGET_PRIORITY
impl RefUnwindSafe for DFS_TARGET_PRIORITY
impl Send for DFS_TARGET_PRIORITY
impl Sync for DFS_TARGET_PRIORITY
impl Unpin for DFS_TARGET_PRIORITY
impl UnwindSafe for DFS_TARGET_PRIORITY
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
)