pub struct IndexedBundle(/* private fields */);Trait Implementations§
Source§impl Clone for IndexedBundle
impl Clone for IndexedBundle
Source§fn clone(&self) -> IndexedBundle
fn clone(&self) -> IndexedBundle
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 IndexedBundle
impl Debug for IndexedBundle
Source§impl PartialEq for IndexedBundle
impl PartialEq for IndexedBundle
Source§impl StrictDecode for IndexedBundle
impl StrictDecode for IndexedBundle
fn strict_decode(reader: &mut impl TypedRead) -> Result<Self, DecodeError>
fn strict_read(lim: usize, reader: impl Read) -> Result<Self, DecodeError>
Source§impl StrictDumb for IndexedBundle
impl StrictDumb for IndexedBundle
fn strict_dumb() -> Self
Source§impl StrictEncode for IndexedBundle
impl StrictEncode for IndexedBundle
fn strict_encode<W: TypedWrite>(&self, writer: W) -> Result<W>
fn strict_write(&self, lim: usize, writer: impl Write) -> Result<usize, Error>
Source§impl StrictTuple for IndexedBundle
impl StrictTuple for IndexedBundle
const FIELD_COUNT: u8 = 2u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for IndexedBundle
impl StrictType for IndexedBundle
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_STD
fn strict_name() -> Option<TypeName>
impl Eq for IndexedBundle
impl StrictProduct for IndexedBundle
impl StructuralPartialEq for IndexedBundle
Auto Trait Implementations§
impl Freeze for IndexedBundle
impl RefUnwindSafe for IndexedBundle
impl Send for IndexedBundle
impl Sync for IndexedBundle
impl Unpin for IndexedBundle
impl UnwindSafe for IndexedBundle
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.