pub struct Visual { /* private fields */ }Expand description
Safe wrapper over a IITVisual
Implementations§
Trait Implementations§
Source§impl ITunesRelatedObject for Visual
impl ITunesRelatedObject for Visual
Source§fn iTunes_instance(&self) -> Arc<iTunes>
fn iTunes_instance(&self) -> Arc<iTunes>
Return the related iTunes instance this object is related to
Auto Trait Implementations§
impl Freeze for Visual
impl RefUnwindSafe for Visual
impl !Send for Visual
impl !Sync for Visual
impl Unpin for Visual
impl UnwindSafe for Visual
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