pub struct IFrameStreamInfBandwidthNeedsToBeSet;Expand description
Placeholder struct for IFrameStreamInfBuilder indicating that bandwidth needs to be set.
Trait Implementations§
Source§impl Clone for IFrameStreamInfBandwidthNeedsToBeSet
impl Clone for IFrameStreamInfBandwidthNeedsToBeSet
Source§fn clone(&self) -> IFrameStreamInfBandwidthNeedsToBeSet
fn clone(&self) -> IFrameStreamInfBandwidthNeedsToBeSet
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 moreimpl Copy for IFrameStreamInfBandwidthNeedsToBeSet
Auto Trait Implementations§
impl Freeze for IFrameStreamInfBandwidthNeedsToBeSet
impl RefUnwindSafe for IFrameStreamInfBandwidthNeedsToBeSet
impl Send for IFrameStreamInfBandwidthNeedsToBeSet
impl Sync for IFrameStreamInfBandwidthNeedsToBeSet
impl Unpin for IFrameStreamInfBandwidthNeedsToBeSet
impl UnsafeUnpin for IFrameStreamInfBandwidthNeedsToBeSet
impl UnwindSafe for IFrameStreamInfBandwidthNeedsToBeSet
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