Struct ExAppendFromFile
pub struct ExAppendFromFile<'a> { /* private fields */ }
Expand description
Default-param extender for GltfDocument::append_from_file_ex
.
Implementations§
§impl<'a> ExAppendFromFile<'a>
impl<'a> ExAppendFromFile<'a>
pub fn flags(self, value: u32) -> ExAppendFromFile<'a>
pub fn base_path(self, value: GString) -> ExAppendFromFile<'a>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'a> Freeze for ExAppendFromFile<'a>
impl<'a> RefUnwindSafe for ExAppendFromFile<'a>
impl<'a> !Send for ExAppendFromFile<'a>
impl<'a> !Sync for ExAppendFromFile<'a>
impl<'a> Unpin for ExAppendFromFile<'a>
impl<'a> !UnwindSafe for ExAppendFromFile<'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