#[repr(C)]pub struct _CHANGER_SET_POSITION {
pub Transport: CHANGER_ELEMENT,
pub Destination: CHANGER_ELEMENT,
pub Flip: BOOLEAN,
}
Fields§
§Transport: CHANGER_ELEMENT
§Destination: CHANGER_ELEMENT
§Flip: BOOLEAN
Trait Implementations§
Source§impl Clone for _CHANGER_SET_POSITION
impl Clone for _CHANGER_SET_POSITION
Source§fn clone(&self) -> _CHANGER_SET_POSITION
fn clone(&self) -> _CHANGER_SET_POSITION
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 moreSource§impl Debug for _CHANGER_SET_POSITION
impl Debug for _CHANGER_SET_POSITION
Source§impl Ord for _CHANGER_SET_POSITION
impl Ord for _CHANGER_SET_POSITION
Source§fn cmp(&self, other: &_CHANGER_SET_POSITION) -> Ordering
fn cmp(&self, other: &_CHANGER_SET_POSITION) -> 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 _CHANGER_SET_POSITION
impl PartialEq for _CHANGER_SET_POSITION
Source§impl PartialOrd for _CHANGER_SET_POSITION
impl PartialOrd for _CHANGER_SET_POSITION
impl Copy for _CHANGER_SET_POSITION
impl Eq for _CHANGER_SET_POSITION
impl StructuralPartialEq for _CHANGER_SET_POSITION
Auto Trait Implementations§
impl Freeze for _CHANGER_SET_POSITION
impl RefUnwindSafe for _CHANGER_SET_POSITION
impl Send for _CHANGER_SET_POSITION
impl Sync for _CHANGER_SET_POSITION
impl Unpin for _CHANGER_SET_POSITION
impl UnwindSafe for _CHANGER_SET_POSITION
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