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