Struct windows_sys::Win32::System::AddressBook::SSubRestriction
[−]#[repr(C)]pub struct SSubRestriction {
pub ulSubObject: u32,
pub lpRes: *mut SRestriction,
}
Expand description
Required features: "Win32_System_AddressBook"
, "Win32_Foundation"
, "Win32_System_Com"
Fields
ulSubObject: u32
lpRes: *mut SRestriction
Trait Implementations
impl Clone for SSubRestriction
impl Clone for SSubRestriction
impl Copy for SSubRestriction
Auto Trait Implementations
impl RefUnwindSafe for SSubRestriction
impl !Send for SSubRestriction
impl !Sync for SSubRestriction
impl Unpin for SSubRestriction
impl UnwindSafe for SSubRestriction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more