Struct SNotRestriction
#[repr(C)]pub struct SNotRestriction {
pub ulReserved: u32,
pub lpRes: *mut SRestriction,
}
Fields§
§ulReserved: u32
§lpRes: *mut SRestriction
Trait Implementations§
§impl Clone for SNotRestriction
impl Clone for SNotRestriction
§fn clone(&self) -> SNotRestriction
fn clone(&self) -> SNotRestriction
Returns a copy 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 more§impl Debug for SNotRestriction
impl Debug for SNotRestriction
§impl Default for SNotRestriction
impl Default for SNotRestriction
§impl PartialEq for SNotRestriction
impl PartialEq for SNotRestriction
impl Copy for SNotRestriction
impl StructuralPartialEq for SNotRestriction
Auto Trait Implementations§
impl Freeze for SNotRestriction
impl RefUnwindSafe for SNotRestriction
impl !Send for SNotRestriction
impl !Sync for SNotRestriction
impl Unpin 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