pub struct TexDataId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for TexDataId
impl Ord for TexDataId
Source§impl PartialOrd for TexDataId
impl PartialOrd for TexDataId
impl Copy for TexDataId
impl Eq for TexDataId
impl StructuralPartialEq for TexDataId
Auto Trait Implementations§
impl Freeze for TexDataId
impl RefUnwindSafe for TexDataId
impl Send for TexDataId
impl Sync for TexDataId
impl Unpin for TexDataId
impl UnwindSafe for TexDataId
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