pub struct MediaPadDesc {
pub entity: EntityId,
pub index: u16,
}
Fields§
§entity: EntityId
§index: u16
Trait Implementations§
Source§impl Clone for MediaPadDesc
impl Clone for MediaPadDesc
Source§fn clone(&self) -> MediaPadDesc
fn clone(&self) -> MediaPadDesc
Returns a copy 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 MediaPadDesc
impl Debug for MediaPadDesc
Source§impl From<MediaPadDesc> for media_pad_desc
impl From<MediaPadDesc> for media_pad_desc
Source§fn from(value: MediaPadDesc) -> Self
fn from(value: MediaPadDesc) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MediaPadDesc
impl RefUnwindSafe for MediaPadDesc
impl Send for MediaPadDesc
impl Sync for MediaPadDesc
impl Unpin for MediaPadDesc
impl UnwindSafe for MediaPadDesc
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