pub struct AnodeAspectI {
pub property: u32,
pub highlighting: *const Highlighting,
}
Expand description
Aspect for assets opened in an anode editor.
Fields§
§property: u32
Anode expects the asset’s data to be a UTF-8 buffer without nul terminator.
highlighting: *const Highlighting
Highlighting language description.
Trait Implementations§
impl Send for AnodeAspectI
impl Sync for AnodeAspectI
Auto Trait Implementations§
impl Freeze for AnodeAspectI
impl RefUnwindSafe for AnodeAspectI
impl Unpin for AnodeAspectI
impl UnwindSafe for AnodeAspectI
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