pub struct PPSInfo {
pub num_of_pps: u8,
pub pps: Vec<PPS>,
}Fields§
§num_of_pps: u8§pps: Vec<PPS>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PPSInfo
impl RefUnwindSafe for PPSInfo
impl Send for PPSInfo
impl Sync for PPSInfo
impl Unpin for PPSInfo
impl UnwindSafe for PPSInfo
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