pub enum PgsPcsCompositionState {
EpochStart,
AcquisitionPoint,
Normal,
}
Expand description
Enum representing the composition state of a PCS. The composition state describes whether the segment starts a new display, refreshes an existing display, or updates a display.
Variants§
Trait Implementations§
Source§impl Clone for PgsPcsCompositionState
impl Clone for PgsPcsCompositionState
Source§fn clone(&self) -> PgsPcsCompositionState
fn clone(&self) -> PgsPcsCompositionState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PgsPcsCompositionState
impl Debug for PgsPcsCompositionState
Source§impl From<u8> for PgsPcsCompositionState
impl From<u8> for PgsPcsCompositionState
Source§impl PartialEq for PgsPcsCompositionState
impl PartialEq for PgsPcsCompositionState
impl Copy for PgsPcsCompositionState
impl StructuralPartialEq for PgsPcsCompositionState
Auto Trait Implementations§
impl Freeze for PgsPcsCompositionState
impl RefUnwindSafe for PgsPcsCompositionState
impl Send for PgsPcsCompositionState
impl Sync for PgsPcsCompositionState
impl Unpin for PgsPcsCompositionState
impl UnwindSafe for PgsPcsCompositionState
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