pub struct BgaEvent {
pub y: PulseNumber,
pub id: BgaId,
}
Expand description
BGA note to display the picture.
Fields§
§y: PulseNumber
Position to display the picture in pulses.
id: BgaId
ID of picture to display.
Trait Implementations§
source§impl<'de> Deserialize<'de> for BgaEvent
impl<'de> Deserialize<'de> for BgaEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for BgaEvent
impl PartialEq for BgaEvent
impl Eq for BgaEvent
impl StructuralEq for BgaEvent
impl StructuralPartialEq for BgaEvent
Auto Trait Implementations§
impl RefUnwindSafe for BgaEvent
impl Send for BgaEvent
impl Sync for BgaEvent
impl Unpin for BgaEvent
impl UnwindSafe for BgaEvent
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