Struct aws_sdk_mediaconnect::types::Interface
source · #[non_exhaustive]pub struct Interface { /* private fields */ }
Expand description
The VPC interface that is used for the media stream associated with the source or output.
Implementations§
Trait Implementations§
source§impl PartialEq<Interface> for Interface
impl PartialEq<Interface> for Interface
impl StructuralPartialEq for Interface
Auto Trait Implementations§
impl RefUnwindSafe for Interface
impl Send for Interface
impl Sync for Interface
impl Unpin for Interface
impl UnwindSafe for Interface
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