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_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§
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