pub struct f24 {}Expand description
24 bit float which can be used as DepthTextureDataType.
Trait Implementations§
impl Copy for f24
impl DepthTextureDataType for f24
Auto Trait Implementations§
impl Freeze for f24
impl RefUnwindSafe for f24
impl Send for f24
impl Sync for f24
impl Unpin for f24
impl UnwindSafe for f24
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