pub struct ChannelCustom(/* private fields */);
Expand description
Wrapper around AVChannelCustom
.
This struct does not support reading or writing user data via the opaque pointer.
Implementations§
Trait Implementations§
Source§impl Clone for ChannelCustom
impl Clone for ChannelCustom
Source§fn clone(&self) -> ChannelCustom
fn clone(&self) -> ChannelCustom
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 ChannelCustom
impl Debug for ChannelCustom
Source§impl From<AVChannelCustom> for ChannelCustom
impl From<AVChannelCustom> for ChannelCustom
Source§fn from(value: AVChannelCustom) -> Self
fn from(value: AVChannelCustom) -> Self
Converts to this type from the input type.
Source§impl From<ChannelCustom> for AVChannelCustom
impl From<ChannelCustom> for AVChannelCustom
Source§fn from(value: ChannelCustom) -> Self
fn from(value: ChannelCustom) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChannelCustom
impl PartialEq for ChannelCustom
impl Eq for ChannelCustom
impl StructuralPartialEq for ChannelCustom
Auto Trait Implementations§
impl Freeze for ChannelCustom
impl RefUnwindSafe for ChannelCustom
impl !Send for ChannelCustom
impl !Sync for ChannelCustom
impl Unpin for ChannelCustom
impl UnwindSafe for ChannelCustom
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