Struct SOrRestriction
#[repr(C)]pub struct SOrRestriction {
pub cRes: u32,
pub lpRes: *mut SRestriction,
}Fields§
§cRes: u32§lpRes: *mut SRestrictionTrait Implementations§
§impl Clone for SOrRestriction
impl Clone for SOrRestriction
§fn clone(&self) -> SOrRestriction
fn clone(&self) -> SOrRestriction
Returns a duplicate 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 Default for SOrRestriction
Available on crate feature Win32_System_Com only.
impl Default for SOrRestriction
Available on crate feature
Win32_System_Com only.impl Copy for SOrRestriction
Auto Trait Implementations§
impl Freeze for SOrRestriction
impl RefUnwindSafe for SOrRestriction
impl !Send for SOrRestriction
impl !Sync for SOrRestriction
impl Unpin 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