#[repr(transparent)]pub struct AppBroadcastVideoEncodingBitrateMode(pub i32);Expand description
Required features: ‘Media_Capture’
Tuple Fields
0: i32Implementations
Trait Implementations
impl Copy for AppBroadcastVideoEncodingBitrateMode
Auto Trait Implementations
impl RefUnwindSafe for AppBroadcastVideoEncodingBitrateMode
impl Send for AppBroadcastVideoEncodingBitrateMode
impl Sync for AppBroadcastVideoEncodingBitrateMode
impl Unpin for AppBroadcastVideoEncodingBitrateMode
impl UnwindSafe for AppBroadcastVideoEncodingBitrateMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more