Struct yrs::YDeltaAttr
source · [−]Expand description
A single instance of formatting attribute stored as part of YDelta instance.
Fields
key: *const c_charA null-terminated UTF-8 encoded string containing a unique formatting attribute name.
value: YOutputA value assigned to a formatting attribute.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for YDeltaAttr
impl !Send for YDeltaAttr
impl !Sync for YDeltaAttr
impl Unpin for YDeltaAttr
impl !UnwindSafe for YDeltaAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more