Struct windows_sys::Win32::System::AddressBook::SOrRestriction
#[repr(C)]pub struct SOrRestriction {
pub cRes: u32,
pub lpRes: *mut SRestriction,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
Fields§
§cRes: u32
§lpRes: *mut SRestriction
Trait Implementations§
§impl Clone for SOrRestriction
impl Clone for SOrRestriction
impl Copy for SOrRestriction
Auto Trait Implementations§
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