#[repr(C)]pub struct encoder_texture {
pub handle: u32,
pub tex: [*mut gs_texture; 4],
}Expand description
Encoder input texture
Fields§
§handle: u32Shared texture handle, only set on Windows
tex: [*mut gs_texture; 4]Textures, length determined by format
Auto Trait Implementations§
impl Freeze for encoder_texture
impl RefUnwindSafe for encoder_texture
impl !Send for encoder_texture
impl !Sync for encoder_texture
impl Unpin for encoder_texture
impl UnwindSafe for encoder_texture
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