#[repr(C)]pub struct AbusePrevention {
pub nCommandsLimit: INT32,
pub nCommandsIntervalMSec: INT32,
}Fields§
§nCommandsLimit: INT32§nCommandsIntervalMSec: INT32Trait Implementations§
Source§impl Clone for AbusePrevention
impl Clone for AbusePrevention
Source§fn clone(&self) -> AbusePrevention
fn clone(&self) -> AbusePrevention
Returns a duplicate 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 moreSource§impl Debug for AbusePrevention
impl Debug for AbusePrevention
Source§impl Default for AbusePrevention
impl Default for AbusePrevention
Source§fn default() -> AbusePrevention
fn default() -> AbusePrevention
Returns the “default value” for a type. Read more
impl Copy for AbusePrevention
Auto Trait Implementations§
impl Freeze for AbusePrevention
impl RefUnwindSafe for AbusePrevention
impl Send for AbusePrevention
impl Sync for AbusePrevention
impl Unpin for AbusePrevention
impl UnwindSafe for AbusePrevention
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