Struct winapi::lmdfs::DFS_TARGET_PRIORITY
[−]
[src]
pub struct DFS_TARGET_PRIORITY { pub TargetPriorityClass: DFS_TARGET_PRIORITY_CLASS, pub TargetPriorityRank: USHORT, pub Reserved: USHORT, }
Fields
TargetPriorityClass | |
TargetPriorityRank | |
Reserved |
Trait Implementations
impl Copy for DFS_TARGET_PRIORITY
[src]
impl Clone for DFS_TARGET_PRIORITY
[src]
fn clone(&self) -> DFS_TARGET_PRIORITY
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more