pub struct FontRef<'a> { /* private fields */ }Expand description
Reference to SoundFont object
Auto Trait Implementations§
impl<'a> Freeze for FontRef<'a>
impl<'a> RefUnwindSafe for FontRef<'a>
impl<'a> !Send for FontRef<'a>
impl<'a> !Sync for FontRef<'a>
impl<'a> Unpin for FontRef<'a>
impl<'a> UnwindSafe for FontRef<'a>
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