pub struct PortInputFormatCombinedFormat { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PortInputFormatCombinedFormat
impl Clone for PortInputFormatCombinedFormat
Source§fn clone(&self) -> PortInputFormatCombinedFormat
fn clone(&self) -> PortInputFormatCombinedFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for PortInputFormatCombinedFormat
impl StructuralPartialEq for PortInputFormatCombinedFormat
Auto Trait Implementations§
impl Freeze for PortInputFormatCombinedFormat
impl RefUnwindSafe for PortInputFormatCombinedFormat
impl Send for PortInputFormatCombinedFormat
impl Sync for PortInputFormatCombinedFormat
impl Unpin for PortInputFormatCombinedFormat
impl UnsafeUnpin for PortInputFormatCombinedFormat
impl UnwindSafe for PortInputFormatCombinedFormat
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