Struct makepad_widgets::VideoInputId
pub struct VideoInputId(pub LiveId);
Tuple Fields§
§0: LiveId
Trait Implementations§
§impl Clone for VideoInputId
impl Clone for VideoInputId
§fn clone(&self) -> VideoInputId
fn clone(&self) -> VideoInputId
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 more§impl Debug for VideoInputId
impl Debug for VideoInputId
§impl Default for VideoInputId
impl Default for VideoInputId
§fn default() -> VideoInputId
fn default() -> VideoInputId
Returns the “default value” for a type. Read more
§impl From<&[LiveId; 1]> for VideoInputId
impl From<&[LiveId; 1]> for VideoInputId
§fn from(live_id: &[LiveId; 1]) -> VideoInputId
fn from(live_id: &[LiveId; 1]) -> VideoInputId
Converts to this type from the input type.
§impl From<LiveId> for VideoInputId
impl From<LiveId> for VideoInputId
§fn from(live_id: LiveId) -> VideoInputId
fn from(live_id: LiveId) -> VideoInputId
Converts to this type from the input type.
§impl From<u64> for VideoInputId
impl From<u64> for VideoInputId
§fn from(live_id: u64) -> VideoInputId
fn from(live_id: u64) -> VideoInputId
Converts to this type from the input type.
§impl Hash for VideoInputId
impl Hash for VideoInputId
§impl PartialEq<VideoInputId> for VideoInputId
impl PartialEq<VideoInputId> for VideoInputId
§fn eq(&self, other: &VideoInputId) -> bool
fn eq(&self, other: &VideoInputId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VideoInputId
impl Eq for VideoInputId
impl StructuralEq for VideoInputId
impl StructuralPartialEq for VideoInputId
Auto Trait Implementations§
impl RefUnwindSafe for VideoInputId
impl Send for VideoInputId
impl Sync for VideoInputId
impl Unpin for VideoInputId
impl UnwindSafe for VideoInputId
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