#[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
This method 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)