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