pub struct PIR {
pub head_num: U1,
pub site_num: U1,
}
Fields§
§head_num: U1
§site_num: U1
Implementations§
Trait Implementations§
impl Eq for PIR
impl StructuralPartialEq for PIR
Auto Trait Implementations§
impl Freeze for PIR
impl RefUnwindSafe for PIR
impl Send for PIR
impl Sync for PIR
impl Unpin for PIR
impl UnwindSafe for PIR
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