pub struct TextureCube(/* private fields */);
Expand description
TextureCube handle.
Implementations§
Source§impl TextureCube
impl TextureCube
Sourcepub const INVALID: TextureCube
pub const INVALID: TextureCube
Invalid handle.
Trait Implementations§
Source§impl Clone for TextureCube
impl Clone for TextureCube
Source§fn clone(&self) -> TextureCube
fn clone(&self) -> TextureCube
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 TextureCube
impl Debug for TextureCube
Source§impl Default for TextureCube
impl Default for TextureCube
Source§fn default() -> TextureCube
fn default() -> TextureCube
Returns the “default value” for a type. Read more
Source§impl Hash for TextureCube
impl Hash for TextureCube
Source§impl PartialEq for TextureCube
impl PartialEq for TextureCube
impl Copy for TextureCube
impl Eq for TextureCube
impl Pod for TextureCube
impl StructuralPartialEq for TextureCube
Auto Trait Implementations§
impl Freeze for TextureCube
impl RefUnwindSafe for TextureCube
impl Send for TextureCube
impl Sync for TextureCube
impl Unpin for TextureCube
impl UnwindSafe for TextureCube
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PodMethods for T
impl<T> PodMethods for T
Source§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Returns the object’s memory as a mutable byte slice.
Source§fn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
Source§fn as_data_view_mut(&mut self) -> &mut DataView
fn as_data_view_mut(&mut self) -> &mut DataView
Returns a mutable data view into the object’s memory.