pub struct Encoded;Expand description
Transfer-encoded. Same-space transfer only; not a matrix/gain input.
Trait Implementations§
impl Copy for Encoded
impl Encoding for Encoded
impl Eq for Encoded
impl StructuralPartialEq for Encoded
Auto Trait Implementations§
impl Freeze for Encoded
impl RefUnwindSafe for Encoded
impl Send for Encoded
impl Sync for Encoded
impl Unpin for Encoded
impl UnsafeUnpin for Encoded
impl UnwindSafe for Encoded
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