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