pub struct LoudspeakerConfigChunk {
pub chunk: Chunk,
pub ls_config: Ushort,
}Fields§
§chunk: Chunk§ls_config: UshortTrait Implementations§
Source§impl Clone for LoudspeakerConfigChunk
impl Clone for LoudspeakerConfigChunk
Source§fn clone(&self) -> LoudspeakerConfigChunk
fn clone(&self) -> LoudspeakerConfigChunk
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 LoudspeakerConfigChunk
impl Debug for LoudspeakerConfigChunk
Auto Trait Implementations§
impl Freeze for LoudspeakerConfigChunk
impl RefUnwindSafe for LoudspeakerConfigChunk
impl Send for LoudspeakerConfigChunk
impl Sync for LoudspeakerConfigChunk
impl Unpin for LoudspeakerConfigChunk
impl UnwindSafe for LoudspeakerConfigChunk
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