#[repr(C)]pub struct DFS_TARGET_PRIORITY {
pub TargetPriorityClass: DFS_TARGET_PRIORITY_CLASS,
pub TargetPriorityRank: u16,
pub Reserved: u16,
}
Expand description
Required features: "Win32_Storage_DistributedFileSystem"
Fields
TargetPriorityClass: DFS_TARGET_PRIORITY_CLASS
TargetPriorityRank: u16
Reserved: u16
Trait Implementations
impl Clone for DFS_TARGET_PRIORITY
impl Clone for DFS_TARGET_PRIORITY
impl Copy for DFS_TARGET_PRIORITY
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more