pub struct PtexTexture { /* private fields */ }Expand description
Interface for reading data from a ptex file
Trait Implementations§
Source§impl ExternType for PtexTexture
impl ExternType for PtexTexture
Auto Trait Implementations§
impl !Freeze for PtexTexture
impl RefUnwindSafe for PtexTexture
impl !Send for PtexTexture
impl !Sync for PtexTexture
impl !Unpin for PtexTexture
impl UnwindSafe for PtexTexture
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