pub struct TextureKey(pub Key);Expand description
represents a Second Life key for a texture
Tuple Fields§
§0: KeyTrait Implementations§
Source§impl Clone for TextureKey
impl Clone for TextureKey
Source§fn clone(&self) -> TextureKey
fn clone(&self) -> TextureKey
Returns a duplicate of the value. Read more
1.0.0 · 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 TextureKey
impl Debug for TextureKey
Source§impl Display for TextureKey
impl Display for TextureKey
Source§impl From<TextureKey> for Key
impl From<TextureKey> for Key
Source§fn from(val: TextureKey) -> Self
fn from(val: TextureKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TextureKey
impl PartialEq for TextureKey
impl Eq for TextureKey
impl StructuralPartialEq for TextureKey
Auto Trait Implementations§
impl Freeze for TextureKey
impl RefUnwindSafe for TextureKey
impl Send for TextureKey
impl Sync for TextureKey
impl Unpin for TextureKey
impl UnwindSafe for TextureKey
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