Struct windows_sys::Win32::System::AddressBook::SContentRestriction
#[repr(C)]pub struct SContentRestriction {
pub ulFuzzyLevel: u32,
pub ulPropTag: u32,
pub lpProp: *mut SPropValue,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
Fields§
§ulFuzzyLevel: u32
§ulPropTag: u32
§lpProp: *mut SPropValue
Trait Implementations§
§impl Clone for SContentRestriction
impl Clone for SContentRestriction
impl Copy for SContentRestriction
Auto Trait Implementations§
impl RefUnwindSafe for SContentRestriction
impl !Send for SContentRestriction
impl !Sync for SContentRestriction
impl Unpin for SContentRestriction
impl UnwindSafe for SContentRestriction
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