#[repr(C)]pub struct RATE_QUOTA_LIMIT {
pub RateData: DWORD,
}
Fields§
§RateData: DWORD
Implementations§
Source§impl RATE_QUOTA_LIMIT
impl RATE_QUOTA_LIMIT
pub fn RatePercent(&self) -> DWORD
pub fn set_RatePercent(&mut self, val: DWORD)
pub fn Reserved0(&self) -> DWORD
pub fn set_Reserved0(&mut self, val: DWORD)
Trait Implementations§
Source§impl Clone for RATE_QUOTA_LIMIT
impl Clone for RATE_QUOTA_LIMIT
Source§fn clone(&self) -> RATE_QUOTA_LIMIT
fn clone(&self) -> RATE_QUOTA_LIMIT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RATE_QUOTA_LIMIT
Auto Trait Implementations§
impl Freeze for RATE_QUOTA_LIMIT
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more