#[repr(C)]pub struct RingListSequence_RingListWindow_RingInfoRank {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl Clone for RingListSequence_RingListWindow_RingInfoRank
impl Clone for RingListSequence_RingListWindow_RingInfoRank
Source§fn clone(&self) -> RingListSequence_RingListWindow_RingInfoRank
fn clone(&self) -> RingListSequence_RingListWindow_RingInfoRank
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RingListSequence_RingListWindow_RingInfoRank
impl Debug for RingListSequence_RingListWindow_RingInfoRank
Source§impl IlType for RingListSequence_RingListWindow_RingInfoRank
impl IlType for RingListSequence_RingListWindow_RingInfoRank
Source§impl PartialEq for RingListSequence_RingListWindow_RingInfoRank
impl PartialEq for RingListSequence_RingListWindow_RingInfoRank
Source§fn eq(&self, other: &RingListSequence_RingListWindow_RingInfoRank) -> bool
fn eq(&self, other: &RingListSequence_RingListWindow_RingInfoRank) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RingListSequence_RingListWindow_RingInfoRank
impl Eq for RingListSequence_RingListWindow_RingInfoRank
impl StructuralPartialEq for RingListSequence_RingListWindow_RingInfoRank
Auto Trait Implementations§
impl Freeze for RingListSequence_RingListWindow_RingInfoRank
impl RefUnwindSafe for RingListSequence_RingListWindow_RingInfoRank
impl Send for RingListSequence_RingListWindow_RingInfoRank
impl Sync for RingListSequence_RingListWindow_RingInfoRank
impl Unpin for RingListSequence_RingListWindow_RingInfoRank
impl UnwindSafe for RingListSequence_RingListWindow_RingInfoRank
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)