pub struct PgsWdsSegmentWindowDefinition {
pub window_id: u8,
pub window_horizontal_position: u16,
pub window_vertical_position: u16,
pub window_width: u16,
pub window_height: u16,
}
Expand description
Represents the definition of a display window within a Window Definition Segment (WDS).
The PgsWdsSegmentWindowDefinition
structure contains details about the position and size of
a window where subtitles will be displayed on the screen.
Fields§
§window_id: u8
§window_horizontal_position: u16
§window_vertical_position: u16
§window_width: u16
§window_height: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PgsWdsSegmentWindowDefinition
impl RefUnwindSafe for PgsWdsSegmentWindowDefinition
impl Send for PgsWdsSegmentWindowDefinition
impl Sync for PgsWdsSegmentWindowDefinition
impl Unpin for PgsWdsSegmentWindowDefinition
impl UnwindSafe for PgsWdsSegmentWindowDefinition
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