pub struct RcProfile {
pub rc_profile_1: RcProfile1,
pub rc_profile_n: BoundedBufferOperand<14, u8>,
}Fields§
§rc_profile_1: RcProfile1§rc_profile_n: BoundedBufferOperand<14, u8>Implementations§
Trait Implementations§
Source§impl TaggedLengthBuffer for RcProfile
impl TaggedLengthBuffer for RcProfile
type FixedParam = RcProfile1
fn try_new(first: RcProfile1, extra_params: &[u8]) -> Result<RcProfile>
fn fixed_param(&self) -> RcProfile1
fn extra_params(&self) -> &[u8] ⓘ
fn expected_len() -> Range<usize>
impl Copy for RcProfile
impl Eq for RcProfile
impl StructuralPartialEq for RcProfile
Auto Trait Implementations§
impl Freeze for RcProfile
impl RefUnwindSafe for RcProfile
impl Send for RcProfile
impl Sync for RcProfile
impl Unpin for RcProfile
impl UnsafeUnpin for RcProfile
impl UnwindSafe for RcProfile
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