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