pub struct SLTIndex {
pub node: NodeId,
pub stride: usize,
pub kind: SLTIndexKind,
}Fields§
§node: NodeId§stride: usize§kind: SLTIndexKindTrait Implementations§
Source§impl<'de> Deserialize<'de> for SLTIndex
impl<'de> Deserialize<'de> for SLTIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SLTIndex
impl StructuralPartialEq for SLTIndex
Auto Trait Implementations§
impl Freeze for SLTIndex
impl RefUnwindSafe for SLTIndex
impl Send for SLTIndex
impl Sync for SLTIndex
impl Unpin for SLTIndex
impl UnsafeUnpin for SLTIndex
impl UnwindSafe for SLTIndex
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