Union RATE_QUOTA_LIMIT
#[repr(C)]
pub union RATE_QUOTA_LIMIT {
pub RateData: u32,
pub Anonymous: RATE_QUOTA_LIMIT_0,
}
Fields§
§RateData: u32
§Anonymous: RATE_QUOTA_LIMIT_0
Trait Implementations§
§impl Clone for RATE_QUOTA_LIMIT
impl Clone for RATE_QUOTA_LIMIT
§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