#[repr(C)]pub struct SCountRestriction {
pub ulCount: u32,
pub lpRes: *mut SRestriction,
}Fields§
§ulCount: u32§lpRes: *mut SRestrictionTrait Implementations§
Source§impl Clone for SCountRestriction
impl Clone for SCountRestriction
Source§fn clone(&self) -> SCountRestriction
fn clone(&self) -> SCountRestriction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SCountRestriction
Source§impl Debug for SCountRestriction
impl Debug for SCountRestriction
Source§impl Default for SCountRestriction
impl Default for SCountRestriction
Source§fn default() -> SCountRestriction
fn default() -> SCountRestriction
Returns the “default value” for a type. Read more
Source§impl PartialEq for SCountRestriction
impl PartialEq for SCountRestriction
Source§fn eq(&self, other: &SCountRestriction) -> bool
fn eq(&self, other: &SCountRestriction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SCountRestriction
Auto Trait Implementations§
impl !Send for SCountRestriction
impl !Sync for SCountRestriction
impl Freeze for SCountRestriction
impl RefUnwindSafe for SCountRestriction
impl Unpin for SCountRestriction
impl UnsafeUnpin for SCountRestriction
impl UnwindSafe for SCountRestriction
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