Struct WMPStreamingType
#[repr(transparent)]pub struct WMPStreamingType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WMPStreamingType
impl Clone for WMPStreamingType
§fn clone(&self) -> WMPStreamingType
fn clone(&self) -> WMPStreamingType
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 WMPStreamingType
impl Debug for WMPStreamingType
§impl Default for WMPStreamingType
impl Default for WMPStreamingType
§fn default() -> WMPStreamingType
fn default() -> WMPStreamingType
Returns the “default value” for a type. Read more
§impl PartialEq for WMPStreamingType
impl PartialEq for WMPStreamingType
impl Copy for WMPStreamingType
impl Eq for WMPStreamingType
impl StructuralPartialEq for WMPStreamingType
Auto Trait Implementations§
impl Freeze for WMPStreamingType
impl RefUnwindSafe for WMPStreamingType
impl Send for WMPStreamingType
impl Sync for WMPStreamingType
impl Unpin for WMPStreamingType
impl UnwindSafe for WMPStreamingType
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