Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
errorCode: u32
cost: u32
Trait Implementations
impl Clone for DS_SITE_COST_INFO
impl Clone for DS_SITE_COST_INFO
impl Copy for DS_SITE_COST_INFO
Auto Trait Implementations
impl RefUnwindSafe for DS_SITE_COST_INFO
impl Send for DS_SITE_COST_INFO
impl Sync for DS_SITE_COST_INFO
impl Unpin for DS_SITE_COST_INFO
impl UnwindSafe for DS_SITE_COST_INFO
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