Struct SSizeRestriction
#[repr(C)]pub struct SSizeRestriction {
pub relop: u32,
pub ulPropTag: u32,
pub cb: u32,
}
Fields§
§relop: u32
§ulPropTag: u32
§cb: u32
Trait Implementations§
§impl Clone for SSizeRestriction
impl Clone for SSizeRestriction
§fn clone(&self) -> SSizeRestriction
fn clone(&self) -> SSizeRestriction
Returns a copy of the value. Read more
1.0.0 · 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
Auto Trait Implementations§
impl Freeze for SSizeRestriction
impl RefUnwindSafe for SSizeRestriction
impl Send for SSizeRestriction
impl Sync for SSizeRestriction
impl Unpin 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