pub struct CSIOwned {
pub private: Option<u8>,
pub params: ParamBufOwned,
pub intermediates: VTIntermediate,
pub final_byte: u8,
}Fields§
§private: Option<u8>§params: ParamBufOwned§intermediates: VTIntermediate§final_byte: u8Trait Implementations§
impl Eq for CSIOwned
impl StructuralPartialEq for CSIOwned
Auto Trait Implementations§
impl Freeze for CSIOwned
impl RefUnwindSafe for CSIOwned
impl Send for CSIOwned
impl Sync for CSIOwned
impl Unpin for CSIOwned
impl UnwindSafe for CSIOwned
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