pub enum MacFrame {}
Trait Implementations§
Source§impl TaggedField for MacFrame
impl TaggedField for MacFrame
Source§impl TaggedVariant<MacFrame> for DataFrame
impl TaggedVariant<MacFrame> for DataFrame
Auto Trait Implementations§
impl Freeze for MacFrame
impl RefUnwindSafe for MacFrame
impl Send for MacFrame
impl Sync for MacFrame
impl Unpin for MacFrame
impl UnwindSafe for MacFrame
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