pub struct File { /* private fields */ }
Implementations§
Source§impl File
impl File
pub fn import(reader: &mut BinaryReader<'_>) -> Result<Self, ImportError>
pub fn backboard(&self) -> Object<Backboard>
pub fn artboard(&self) -> Option<Object<Artboard>>
pub fn get_artboard(&self, name: &str) -> Option<Object<Artboard>>
pub fn artboards(&self) -> impl Iterator<Item = &Object<Artboard>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for File
impl !RefUnwindSafe for File
impl !Send for File
impl !Sync for File
impl Unpin for File
impl !UnwindSafe for File
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