Struct flutter_rust_bridge::ZeroCopyBuffer
source · [−]pub struct ZeroCopyBuffer<T>(pub T);
Expand description
Wrapping a Vec
Tuple Fields
0: T
Trait Implementations
Consumes Self
and Performs the conversion.
impl<T> IntoDartExceptPrimitive for ZeroCopyBuffer<Vec<T, Global>> where
T: DartTypedDataTypeTrait,
Auto Trait Implementations
impl<T> RefUnwindSafe for ZeroCopyBuffer<T> where
T: RefUnwindSafe,
impl<T> Send for ZeroCopyBuffer<T> where
T: Send,
impl<T> Sync for ZeroCopyBuffer<T> where
T: Sync,
impl<T> Unpin for ZeroCopyBuffer<T> where
T: Unpin,
impl<T> UnwindSafe for ZeroCopyBuffer<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more