pub enum ActSimpleAttrs<'a> {
Tm(PushTcfT),
Parms(&'a [u8]),
Data(&'a [u8]),
Pad(&'a [u8]),
}Available on crate feature
tc only.Variants§
Implementations§
Source§impl<'a> ActSimpleAttrs<'a>
impl<'a> ActSimpleAttrs<'a>
pub fn new(buf: &'a [u8]) -> IterableActSimpleAttrs<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for ActSimpleAttrs<'a>
impl<'a> Clone for ActSimpleAttrs<'a>
Source§fn clone(&self) -> ActSimpleAttrs<'a>
fn clone(&self) -> ActSimpleAttrs<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for ActSimpleAttrs<'a>
impl<'a> RefUnwindSafe for ActSimpleAttrs<'a>
impl<'a> Send for ActSimpleAttrs<'a>
impl<'a> Sync for ActSimpleAttrs<'a>
impl<'a> Unpin for ActSimpleAttrs<'a>
impl<'a> UnwindSafe for ActSimpleAttrs<'a>
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