pub struct Cubemap {
pub dimension: u32,
pub sides: [Vec<u8>; 6],
}Fields§
§dimension: u32§sides: [Vec<u8>; 6]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cubemap
impl RefUnwindSafe for Cubemap
impl Send for Cubemap
impl Sync for Cubemap
impl Unpin for Cubemap
impl UnwindSafe for Cubemap
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