#[repr(C)]pub struct SContentRestriction {
pub ulFuzzyLevel: u32,
pub ulPropTag: u32,
pub lpProp: *mut SPropValue,
}Fields§
§ulFuzzyLevel: u32§ulPropTag: u32§lpProp: *mut SPropValueTrait Implementations§
Source§impl Clone for SContentRestriction
impl Clone for SContentRestriction
Source§fn clone(&self) -> SContentRestriction
fn clone(&self) -> SContentRestriction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SContentRestriction
Source§impl Debug for SContentRestriction
impl Debug for SContentRestriction
Source§impl Default for SContentRestriction
impl Default for SContentRestriction
Source§fn default() -> SContentRestriction
fn default() -> SContentRestriction
Returns the “default value” for a type. Read more
Source§impl PartialEq for SContentRestriction
impl PartialEq for SContentRestriction
Source§fn eq(&self, other: &SContentRestriction) -> bool
fn eq(&self, other: &SContentRestriction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SContentRestriction
Auto Trait Implementations§
impl !Send for SContentRestriction
impl !Sync for SContentRestriction
impl Freeze for SContentRestriction
impl RefUnwindSafe for SContentRestriction
impl Unpin for SContentRestriction
impl UnsafeUnpin 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