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