pub struct StreamDesc {
pub label: &'static str,
pub slots: u32,
pub element: StreamElement,
pub elements_per_slot: u64,
pub usage: BufferUsages,
pub contents: Contents,
}Fields§
§label: &'static str§slots: u32§element: StreamElement§elements_per_slot: u64§usage: BufferUsages§contents: ContentsAuto Trait Implementations§
impl Freeze for StreamDesc
impl RefUnwindSafe for StreamDesc
impl Send for StreamDesc
impl Sync for StreamDesc
impl Unpin for StreamDesc
impl UnsafeUnpin for StreamDesc
impl UnwindSafe for StreamDesc
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