Struct ofx::ShortLabel
source · pub struct ShortLabel;Trait Implementations
sourceimpl Get for ShortLabel
impl Get for ShortLabel
type ReturnType = String
sourceimpl Set for ShortLabel
impl Set for ShortLabel
Auto Trait Implementations
impl RefUnwindSafe for ShortLabel
impl Send for ShortLabel
impl Sync for ShortLabel
impl Unpin for ShortLabel
impl UnwindSafe for ShortLabel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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