pub struct ControllerModelKeyMSFT(/* private fields */);
Implementations§
Source§impl ControllerModelKeyMSFT
impl ControllerModelKeyMSFT
pub const NULL: ControllerModelKeyMSFT
Trait Implementations§
Source§impl Clone for ControllerModelKeyMSFT
impl Clone for ControllerModelKeyMSFT
Source§fn clone(&self) -> ControllerModelKeyMSFT
fn clone(&self) -> ControllerModelKeyMSFT
Returns a duplicate 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 moreSource§impl Debug for ControllerModelKeyMSFT
impl Debug for ControllerModelKeyMSFT
Source§impl Default for ControllerModelKeyMSFT
impl Default for ControllerModelKeyMSFT
Source§fn default() -> ControllerModelKeyMSFT
fn default() -> ControllerModelKeyMSFT
Returns the “default value” for a type. Read more
Source§impl Hash for ControllerModelKeyMSFT
impl Hash for ControllerModelKeyMSFT
Source§impl Ord for ControllerModelKeyMSFT
impl Ord for ControllerModelKeyMSFT
Source§fn cmp(&self, other: &ControllerModelKeyMSFT) -> Ordering
fn cmp(&self, other: &ControllerModelKeyMSFT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ControllerModelKeyMSFT
impl PartialEq for ControllerModelKeyMSFT
Source§impl PartialOrd for ControllerModelKeyMSFT
impl PartialOrd for ControllerModelKeyMSFT
impl Copy for ControllerModelKeyMSFT
impl Eq for ControllerModelKeyMSFT
impl StructuralPartialEq for ControllerModelKeyMSFT
Auto Trait Implementations§
impl Freeze for ControllerModelKeyMSFT
impl RefUnwindSafe for ControllerModelKeyMSFT
impl Send for ControllerModelKeyMSFT
impl Sync for ControllerModelKeyMSFT
impl Unpin for ControllerModelKeyMSFT
impl UnwindSafe for ControllerModelKeyMSFT
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