pub struct DefaultSlotValue {
pub id: u16,
pub value: u8,
}
Fields§
§id: u16
§value: u8
Implementations§
Trait Implementations§
Source§impl Clone for DefaultSlotValue
impl Clone for DefaultSlotValue
Source§fn clone(&self) -> DefaultSlotValue
fn clone(&self) -> DefaultSlotValue
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 DefaultSlotValue
impl Debug for DefaultSlotValue
Source§impl PartialEq for DefaultSlotValue
impl PartialEq for DefaultSlotValue
impl Copy for DefaultSlotValue
impl StructuralPartialEq for DefaultSlotValue
Auto Trait Implementations§
impl Freeze for DefaultSlotValue
impl RefUnwindSafe for DefaultSlotValue
impl Send for DefaultSlotValue
impl Sync for DefaultSlotValue
impl Unpin for DefaultSlotValue
impl UnwindSafe for DefaultSlotValue
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