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