#[repr(C)]pub struct s_Rule {
pub p: Id,
pub d: Id,
pub w1: Id,
pub w2: Id,
pub n1: Id,
pub n2: Id,
}Fields§
§p: Id§d: Id§w1: Id§w2: Id§n1: Id§n2: IdTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Rule
impl RefUnwindSafe for s_Rule
impl Send for s_Rule
impl Sync for s_Rule
impl Unpin for s_Rule
impl UnwindSafe for s_Rule
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