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