pub struct ListGraphicsCommand;Expand description
Command to list all embedded graphics in the ASS document
Returns a list of graphic filenames from the [Graphics] section.
Implementations§
Trait Implementations§
Source§impl Clone for ListGraphicsCommand
impl Clone for ListGraphicsCommand
Source§fn clone(&self) -> ListGraphicsCommand
fn clone(&self) -> ListGraphicsCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListGraphicsCommand
impl Debug for ListGraphicsCommand
Source§impl Default for ListGraphicsCommand
impl Default for ListGraphicsCommand
impl Eq for ListGraphicsCommand
Source§impl PartialEq for ListGraphicsCommand
impl PartialEq for ListGraphicsCommand
Source§fn eq(&self, other: &ListGraphicsCommand) -> bool
fn eq(&self, other: &ListGraphicsCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListGraphicsCommand
Auto Trait Implementations§
impl Freeze for ListGraphicsCommand
impl RefUnwindSafe for ListGraphicsCommand
impl Send for ListGraphicsCommand
impl Sync for ListGraphicsCommand
impl Unpin for ListGraphicsCommand
impl UnsafeUnpin for ListGraphicsCommand
impl UnwindSafe for ListGraphicsCommand
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