#[repr(i32)]pub enum ObsSamplesPerSecond {
F44100 = 44_100,
F48000 = 48_000,
}
Expand description
Audio samples per second options that are supported by libobs.
Variants§
Trait Implementations§
Source§impl Clone for ObsSamplesPerSecond
impl Clone for ObsSamplesPerSecond
Source§fn clone(&self) -> ObsSamplesPerSecond
fn clone(&self) -> ObsSamplesPerSecond
Returns a copy 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 ObsSamplesPerSecond
impl Debug for ObsSamplesPerSecond
Source§impl PartialEq for ObsSamplesPerSecond
impl PartialEq for ObsSamplesPerSecond
impl Copy for ObsSamplesPerSecond
impl Eq for ObsSamplesPerSecond
impl StructuralPartialEq for ObsSamplesPerSecond
Auto Trait Implementations§
impl Freeze for ObsSamplesPerSecond
impl RefUnwindSafe for ObsSamplesPerSecond
impl Send for ObsSamplesPerSecond
impl Sync for ObsSamplesPerSecond
impl Unpin for ObsSamplesPerSecond
impl UnwindSafe for ObsSamplesPerSecond
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.