Struct MiracastReceiverApplySettingsStatus
#[repr(transparent)]pub struct MiracastReceiverApplySettingsStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MiracastReceiverApplySettingsStatus
impl MiracastReceiverApplySettingsStatus
pub const Success: Self = _
pub const UnknownFailure: Self = _
pub const MiracastNotSupported: Self = _
pub const AccessDenied: Self = _
pub const FriendlyNameTooLong: Self = _
pub const ModelNameTooLong: Self = _
pub const ModelNumberTooLong: Self = _
pub const InvalidSettings: Self = _
Trait Implementations§
§impl Clone for MiracastReceiverApplySettingsStatus
impl Clone for MiracastReceiverApplySettingsStatus
§fn clone(&self) -> MiracastReceiverApplySettingsStatus
fn clone(&self) -> MiracastReceiverApplySettingsStatus
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 Default for MiracastReceiverApplySettingsStatus
impl Default for MiracastReceiverApplySettingsStatus
§fn default() -> MiracastReceiverApplySettingsStatus
fn default() -> MiracastReceiverApplySettingsStatus
Returns the “default value” for a type. Read more
§impl PartialEq for MiracastReceiverApplySettingsStatus
impl PartialEq for MiracastReceiverApplySettingsStatus
§fn eq(&self, other: &MiracastReceiverApplySettingsStatus) -> bool
fn eq(&self, other: &MiracastReceiverApplySettingsStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for MiracastReceiverApplySettingsStatus
impl Eq for MiracastReceiverApplySettingsStatus
impl StructuralPartialEq for MiracastReceiverApplySettingsStatus
Auto Trait Implementations§
impl Freeze for MiracastReceiverApplySettingsStatus
impl RefUnwindSafe for MiracastReceiverApplySettingsStatus
impl Send for MiracastReceiverApplySettingsStatus
impl Sync for MiracastReceiverApplySettingsStatus
impl Unpin for MiracastReceiverApplySettingsStatus
impl UnwindSafe for MiracastReceiverApplySettingsStatus
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