pub struct PonkFrame {
pub sender_id: u32,
pub sender_name: String,
pub frame_number: u8,
pub paths: Vec<PonkPath>,
}Fields§
§sender_id: u32§sender_name: String§frame_number: u8§paths: Vec<PonkPath>Trait Implementations§
impl StructuralPartialEq for PonkFrame
Auto Trait Implementations§
impl Freeze for PonkFrame
impl RefUnwindSafe for PonkFrame
impl Send for PonkFrame
impl Sync for PonkFrame
impl Unpin for PonkFrame
impl UnsafeUnpin for PonkFrame
impl UnwindSafe for PonkFrame
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