Union windows_sys::Win32::System::SystemServices::RATE_QUOTA_LIMIT
[−]#[repr(C)]
pub union RATE_QUOTA_LIMIT {
pub RateData: u32,
pub Anonymous: RATE_QUOTA_LIMIT_0,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
RateData: u32
Anonymous: RATE_QUOTA_LIMIT_0
Trait Implementations
impl Clone for RATE_QUOTA_LIMIT
impl Clone for RATE_QUOTA_LIMIT
impl Copy for RATE_QUOTA_LIMIT
Auto Trait Implementations
impl RefUnwindSafe for RATE_QUOTA_LIMIT
impl Send for RATE_QUOTA_LIMIT
impl Sync for RATE_QUOTA_LIMIT
impl Unpin for RATE_QUOTA_LIMIT
impl UnwindSafe for RATE_QUOTA_LIMIT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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