pub struct Pcr {
pub base: u64,
pub extension: u16,
}Expand description
Program Clock Reference (ISO/IEC 13818-1:2007 §2.4.3.5): a 33-bit base on a 90 kHz clock plus a 9-bit extension on a 27 MHz clock.
Fields§
§base: u6433-bit base (90 kHz units).
extension: u169-bit extension (27 MHz units).
Implementations§
Trait Implementations§
impl Copy for Pcr
impl Eq for Pcr
impl StructuralPartialEq for Pcr
Auto Trait Implementations§
impl Freeze for Pcr
impl RefUnwindSafe for Pcr
impl Send for Pcr
impl Sync for Pcr
impl Unpin for Pcr
impl UnsafeUnpin for Pcr
impl UnwindSafe for Pcr
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