Struct RESTRICTION
#[repr(C)]pub struct RESTRICTION {
pub rt: u32,
pub weight: u32,
pub res: RESTRICTION_0,
}
Fields§
§rt: u32
§weight: u32
§res: RESTRICTION_0
Trait Implementations§
§impl Clone for RESTRICTION
impl Clone for RESTRICTION
Auto Trait Implementations§
impl Freeze for RESTRICTION
impl RefUnwindSafe for RESTRICTION
impl !Send for RESTRICTION
impl !Sync for RESTRICTION
impl Unpin for RESTRICTION
impl UnwindSafe for RESTRICTION
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