Struct comfy_wgpu::LoadSoundRequest
source · pub struct LoadSoundRequest {
pub path: String,
pub handle: Sound,
pub bytes: Vec<u8, Global>,
}Fields§
§path: String§handle: Sound§bytes: Vec<u8, Global>Auto Trait Implementations§
impl RefUnwindSafe for LoadSoundRequest
impl Send for LoadSoundRequest
impl Sync for LoadSoundRequest
impl Unpin for LoadSoundRequest
impl UnwindSafe for LoadSoundRequest
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