pub struct BgaObj {
pub time: ObjTime,
pub id: ObjId,
pub layer: BgaLayer,
}
Expand description
An object to change the image for BGA (background animation).
Fields§
§time: ObjTime
Time to start to display the image.
id: ObjId
Identifier represents the image/video file registered in Header
.
layer: BgaLayer
Layer to display.
Trait Implementations§
source§impl Ord for BgaObj
impl Ord for BgaObj
source§impl PartialEq for BgaObj
impl PartialEq for BgaObj
source§impl PartialOrd for BgaObj
impl PartialOrd for BgaObj
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for BgaObj
impl Eq for BgaObj
Auto Trait Implementations§
impl RefUnwindSafe for BgaObj
impl Send for BgaObj
impl Sync for BgaObj
impl Unpin for BgaObj
impl UnwindSafe for BgaObj
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