Struct windows_sys::Win32::System::AddressBook::SCommentRestriction
[−]#[repr(C)]pub struct SCommentRestriction {
pub cValues: u32,
pub lpRes: *mut SRestriction,
pub lpProp: *mut SPropValue,
}
Expand description
Required features: "Win32_System_AddressBook"
, "Win32_Foundation"
, "Win32_System_Com"
Fields
cValues: u32
lpRes: *mut SRestriction
lpProp: *mut SPropValue
Trait Implementations
impl Clone for SCommentRestriction
impl Clone for SCommentRestriction
impl Copy for SCommentRestriction
Auto Trait Implementations
impl RefUnwindSafe for SCommentRestriction
impl !Send for SCommentRestriction
impl !Sync for SCommentRestriction
impl Unpin for SCommentRestriction
impl UnwindSafe for SCommentRestriction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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