pub struct StreamDescriptor {
pub format: StreamFormat,
pub offset: i32,
}Expand description
Stream descriptor for streamed parameters.
Fields§
§format: StreamFormatStream format
offset: i32Offset in stream
Trait Implementations§
Source§impl Clone for StreamDescriptor
impl Clone for StreamDescriptor
Source§fn clone(&self) -> StreamDescriptor
fn clone(&self) -> StreamDescriptor
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 moreSource§impl Debug for StreamDescriptor
impl Debug for StreamDescriptor
Source§impl PartialEq for StreamDescriptor
impl PartialEq for StreamDescriptor
impl Eq for StreamDescriptor
impl StructuralPartialEq for StreamDescriptor
Auto Trait Implementations§
impl Freeze for StreamDescriptor
impl RefUnwindSafe for StreamDescriptor
impl Send for StreamDescriptor
impl Sync for StreamDescriptor
impl Unpin for StreamDescriptor
impl UnsafeUnpin for StreamDescriptor
impl UnwindSafe for StreamDescriptor
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