#[repr(C)]pub struct SAnnotationRestriction {
pub cValues: u32,
pub lpRes: *mut SRestriction,
pub lpProp: *mut SPropValue,
}Fields§
§cValues: u32§lpRes: *mut SRestriction§lpProp: *mut SPropValueTrait Implementations§
Source§impl Clone for SAnnotationRestriction
impl Clone for SAnnotationRestriction
Source§fn clone(&self) -> SAnnotationRestriction
fn clone(&self) -> SAnnotationRestriction
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 SAnnotationRestriction
Source§impl Debug for SAnnotationRestriction
impl Debug for SAnnotationRestriction
Source§impl Default for SAnnotationRestriction
impl Default for SAnnotationRestriction
Source§fn default() -> SAnnotationRestriction
fn default() -> SAnnotationRestriction
Returns the “default value” for a type. Read more
Source§impl PartialEq for SAnnotationRestriction
impl PartialEq for SAnnotationRestriction
Source§fn eq(&self, other: &SAnnotationRestriction) -> bool
fn eq(&self, other: &SAnnotationRestriction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SAnnotationRestriction
Auto Trait Implementations§
impl !Send for SAnnotationRestriction
impl !Sync for SAnnotationRestriction
impl Freeze for SAnnotationRestriction
impl RefUnwindSafe for SAnnotationRestriction
impl Unpin for SAnnotationRestriction
impl UnsafeUnpin for SAnnotationRestriction
impl UnwindSafe for SAnnotationRestriction
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