pub struct DaiFrameFormatCustom {
pub justification: DaiFrameFormatJustification,
pub clocking: DaiFrameFormatClocking,
pub frame_sync_sclks_offset: i8,
pub frame_sync_size: u8,
}Fields§
§justification: DaiFrameFormatJustification§clocking: DaiFrameFormatClocking§frame_sync_sclks_offset: i8§frame_sync_size: u8Trait Implementations§
Source§impl Clone for DaiFrameFormatCustom
impl Clone for DaiFrameFormatCustom
Source§fn clone(&self) -> DaiFrameFormatCustom
fn clone(&self) -> DaiFrameFormatCustom
Returns a duplicate 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 DaiFrameFormatCustom
impl Debug for DaiFrameFormatCustom
Source§impl Display for DaiFrameFormatCustom
impl Display for DaiFrameFormatCustom
Source§impl From<DaiFrameFormatCustom> for DaiFrameFormatCustom
impl From<DaiFrameFormatCustom> for DaiFrameFormatCustom
Source§fn from(value: DaiFrameFormatCustom) -> Self
fn from(value: DaiFrameFormatCustom) -> Self
Converts to this type from the input type.
Source§impl From<DaiFrameFormatCustom> for DaiFrameFormatCustom
impl From<DaiFrameFormatCustom> for DaiFrameFormatCustom
Source§impl FromStr for DaiFrameFormatCustom
impl FromStr for DaiFrameFormatCustom
Source§impl PartialEq for DaiFrameFormatCustom
impl PartialEq for DaiFrameFormatCustom
impl Copy for DaiFrameFormatCustom
impl Eq for DaiFrameFormatCustom
impl StructuralPartialEq for DaiFrameFormatCustom
Auto Trait Implementations§
impl Freeze for DaiFrameFormatCustom
impl RefUnwindSafe for DaiFrameFormatCustom
impl Send for DaiFrameFormatCustom
impl Sync for DaiFrameFormatCustom
impl Unpin for DaiFrameFormatCustom
impl UnwindSafe for DaiFrameFormatCustom
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more