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: DFS_TARGET_PRIORITY_CLASS TargetPriorityRank: USHORT Reserved: USHORT

Trait Implementations

impl Debug for DFS_TARGET_PRIORITY
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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