#[repr(C)]pub struct VncAudioFormat {
pub format: u8,
pub nchannels: u8,
pub frequency: u32,
}Fields§
§format: u8§nchannels: u8§frequency: u32Trait Implementations§
Source§impl Clone for VncAudioFormat
impl Clone for VncAudioFormat
Source§fn clone(&self) -> VncAudioFormat
fn clone(&self) -> VncAudioFormat
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 VncAudioFormat
impl Debug for VncAudioFormat
impl Copy for VncAudioFormat
Auto Trait Implementations§
impl Freeze for VncAudioFormat
impl RefUnwindSafe for VncAudioFormat
impl Send for VncAudioFormat
impl Sync for VncAudioFormat
impl Unpin for VncAudioFormat
impl UnwindSafe for VncAudioFormat
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