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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PgsPcsCompositionState
Source§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
Source§fn eq(&self, other: &PgsPcsCompositionState) -> bool
fn eq(&self, other: &PgsPcsCompositionState) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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