pub struct VideoCodec {
pub bitrate: i32,
pub deadline: u32,
}Fields§
§bitrate: i32§deadline: u32Implementations§
Source§impl VideoCodec
impl VideoCodec
pub fn to_ffi(&self) -> VideoCodec
Trait Implementations§
Source§impl Clone for VideoCodec
impl Clone for VideoCodec
Source§fn clone(&self) -> VideoCodec
fn clone(&self) -> VideoCodec
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 VideoCodec
impl Debug for VideoCodec
Source§impl Default for VideoCodec
impl Default for VideoCodec
Source§fn default() -> VideoCodec
fn default() -> VideoCodec
Returns the “default value” for a type. Read more
Source§impl From<VideoCodec> for VideoCodec
impl From<VideoCodec> for VideoCodec
Source§fn from(c: VideoCodec) -> Self
fn from(c: VideoCodec) -> Self
Converts to this type from the input type.
impl Copy for VideoCodec
Auto Trait Implementations§
impl Freeze for VideoCodec
impl RefUnwindSafe for VideoCodec
impl Send for VideoCodec
impl Sync for VideoCodec
impl Unpin for VideoCodec
impl UnwindSafe for VideoCodec
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