#[repr(C)]pub struct CstNode {
pub class_index: i32,
}Fields§
§class_index: i32Implementations§
Source§impl CstNode
impl CstNode
pub fn as_item_mut<T>(&mut self) -> *mut Twhere
T: CstNodeClass,
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CstNode
impl RefUnwindSafe for CstNode
impl Send for CstNode
impl Sync for CstNode
impl Unpin for CstNode
impl UnsafeUnpin for CstNode
impl UnwindSafe for CstNode
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