Struct audio_device_windows_sys::Windows::Win32::CoreAudio::KSVPMAXPIXELRATE [−][src]
Fields
Size: KS_AMVPSIZE
MaxPixelsPerSecond: u32
Reserved: u32
Trait Implementations
impl Abi for KSVPMAXPIXELRATE
[src]
type Abi = Self
The abi representation of the implementing type. Read more
pub fn abi(&self) -> Self::Abi
[src]
pub fn set_abi(&mut self) -> *mut Self::Abi
[src]
pub unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
[src]
pub fn drop_param(&mut Param<'_, Self>)
[src]
impl Clone for KSVPMAXPIXELRATE
[src]
fn clone(&self) -> KSVPMAXPIXELRATE
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for KSVPMAXPIXELRATE
[src]
impl Debug for KSVPMAXPIXELRATE
[src]
impl Default for KSVPMAXPIXELRATE
[src]
impl Eq for KSVPMAXPIXELRATE
[src]
impl PartialEq<KSVPMAXPIXELRATE> for KSVPMAXPIXELRATE
[src]
Auto Trait Implementations
impl RefUnwindSafe for KSVPMAXPIXELRATE
impl Send for KSVPMAXPIXELRATE
impl Sync for KSVPMAXPIXELRATE
impl Unpin for KSVPMAXPIXELRATE
impl UnwindSafe for KSVPMAXPIXELRATE
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<'a, T> IntoParam<'a, T> for T where
T: Abi,
[src]
T: Abi,
pub fn into_param(self) -> Param<'a, T>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,