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