#[repr(C, packed(1))]pub struct ExtControl { /* private fields */ }
Implementations§
Source§impl ExtControl
impl ExtControl
pub fn new(id: u32, vp8_frame: *mut CtrlVp8Frame) -> ExtControl
Trait Implementations§
Source§impl Clone for ExtControl
impl Clone for ExtControl
Source§fn clone(&self) -> ExtControl
fn clone(&self) -> ExtControl
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 moreAuto Trait Implementations§
impl Freeze for ExtControl
impl RefUnwindSafe for ExtControl
impl !Send for ExtControl
impl !Sync for ExtControl
impl Unpin for ExtControl
impl UnwindSafe for ExtControl
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