Struct SRestriction
#[repr(C)]pub struct SRestriction {
pub rt: u32,
pub res: SRestriction_0,
}Fields§
§rt: u32§res: SRestriction_0Trait Implementations§
§impl Clone for SRestriction
impl Clone for SRestriction
§fn clone(&self) -> SRestriction
fn clone(&self) -> SRestriction
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 SRestriction
Auto Trait Implementations§
impl !Send for SRestriction
impl !Sync for SRestriction
impl Freeze for SRestriction
impl RefUnwindSafe for SRestriction
impl Unpin for SRestriction
impl UnsafeUnpin for SRestriction
impl UnwindSafe for SRestriction
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