Struct gleam::gl::GlesFns

source ·
pub struct GlesFns {
    ffi_gl_: GlesFfi,
}

Fields§

§ffi_gl_: GlesFfi

Implementations§

source§

impl GlesFns

source

pub unsafe fn load_with<'a, F>(loadfn: F) -> Rc<dyn Gl>where F: FnMut(&str) -> *const c_void,

Trait Implementations§

source§

impl Gl for GlesFns

source§

fn get_type(&self) -> GlType

source§

fn buffer_data_untyped( &self, target: GLenum, size: GLsizeiptr, data: *const GLvoid, usage: GLenum )

source§

fn tex_buffer(&self, _target: GLenum, _internal_format: GLenum, _buffer: GLuint)

source§

fn buffer_sub_data_untyped( &self, target: GLenum, offset: isize, size: GLsizeiptr, data: *const GLvoid )

source§

fn map_buffer(&self, _target: GLenum, _access: GLbitfield) -> *mut c_void

source§

fn map_buffer_range( &self, target: GLenum, offset: GLintptr, length: GLsizeiptr, access: GLbitfield ) -> *mut c_void

source§

fn unmap_buffer(&self, target: GLenum) -> GLboolean

source§

fn shader_source(&self, shader: GLuint, strings: &[&[u8]])

source§

fn read_buffer(&self, mode: GLenum)

source§

fn read_pixels_into_buffer( &self, x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, pixel_type: GLenum, dst_buffer: &mut [u8] )

source§

fn read_pixels( &self, x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, pixel_type: GLenum ) -> Vec<u8>

source§

unsafe fn read_pixels_into_pbo( &self, x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, pixel_type: GLenum )

source§

fn sample_coverage(&self, value: GLclampf, invert: bool)

source§

fn polygon_offset(&self, factor: GLfloat, units: GLfloat)

source§

fn pixel_store_i(&self, name: GLenum, param: GLint)

source§

fn gen_buffers(&self, n: GLsizei) -> Vec<GLuint>

source§

fn gen_renderbuffers(&self, n: GLsizei) -> Vec<GLuint>

source§

fn gen_framebuffers(&self, n: GLsizei) -> Vec<GLuint>

source§

fn gen_textures(&self, n: GLsizei) -> Vec<GLuint>

source§

fn gen_vertex_arrays(&self, n: GLsizei) -> Vec<GLuint>

source§

fn gen_vertex_arrays_apple(&self, _n: GLsizei) -> Vec<GLuint>

source§

fn gen_queries(&self, n: GLsizei) -> Vec<GLuint>

source§

fn begin_query(&self, target: GLenum, id: GLuint)

source§

fn end_query(&self, target: GLenum)

source§

fn query_counter(&self, id: GLuint, target: GLenum)

source§

fn get_query_object_iv(&self, id: GLuint, pname: GLenum) -> i32

source§

fn get_query_object_uiv(&self, id: GLuint, pname: GLenum) -> u32

source§

fn get_query_object_i64v(&self, id: GLuint, pname: GLenum) -> i64

source§

fn get_query_object_ui64v(&self, id: GLuint, pname: GLenum) -> u64

source§

fn delete_queries(&self, queries: &[GLuint])

source§

fn delete_vertex_arrays(&self, vertex_arrays: &[GLuint])

source§

fn delete_vertex_arrays_apple(&self, _vertex_arrays: &[GLuint])

source§

fn delete_buffers(&self, buffers: &[GLuint])

source§

fn delete_renderbuffers(&self, renderbuffers: &[GLuint])

source§

fn delete_framebuffers(&self, framebuffers: &[GLuint])

source§

fn delete_textures(&self, textures: &[GLuint])

source§

fn framebuffer_renderbuffer( &self, target: GLenum, attachment: GLenum, renderbuffertarget: GLenum, renderbuffer: GLuint )

source§

fn renderbuffer_storage( &self, target: GLenum, internalformat: GLenum, width: GLsizei, height: GLsizei )

source§

fn depth_func(&self, func: GLenum)

source§

fn active_texture(&self, texture: GLenum)

source§

fn attach_shader(&self, program: GLuint, shader: GLuint)

source§

fn bind_attrib_location(&self, program: GLuint, index: GLuint, name: &str)

source§

unsafe fn get_uniform_iv( &self, program: GLuint, location: GLint, result: &mut [GLint] )

source§

unsafe fn get_uniform_fv( &self, program: GLuint, location: GLint, result: &mut [GLfloat] )

source§

fn get_uniform_block_index(&self, program: GLuint, name: &str) -> GLuint

source§

fn get_uniform_indices(&self, program: GLuint, names: &[&str]) -> Vec<GLuint>

source§

fn bind_buffer_base(&self, target: GLenum, index: GLuint, buffer: GLuint)

source§

fn bind_buffer_range( &self, target: GLenum, index: GLuint, buffer: GLuint, offset: GLintptr, size: GLsizeiptr )

source§

fn uniform_block_binding( &self, program: GLuint, uniform_block_index: GLuint, uniform_block_binding: GLuint )

source§

fn bind_buffer(&self, target: GLenum, buffer: GLuint)

source§

fn bind_vertex_array(&self, vao: GLuint)

source§

fn bind_vertex_array_apple(&self, _vao: GLuint)

source§

fn bind_renderbuffer(&self, target: GLenum, renderbuffer: GLuint)

source§

fn bind_framebuffer(&self, target: GLenum, framebuffer: GLuint)

source§

fn bind_texture(&self, target: GLenum, texture: GLuint)

source§

fn bind_vertex_buffer( &self, binding_index: GLuint, buffer: GLuint, offset: GLintptr, stride: GLint )

source§

fn draw_buffers(&self, bufs: &[GLenum])

source§

fn tex_image_2d( &self, target: GLenum, level: GLint, internal_format: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, ty: GLenum, opt_data: Option<&[u8]> )

source§

fn compressed_tex_image_2d( &self, target: GLenum, level: GLint, internal_format: GLenum, width: GLsizei, height: GLsizei, border: GLint, data: &[u8] )

source§

fn compressed_tex_sub_image_2d( &self, target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, data: &[u8] )

source§

fn tex_image_3d( &self, target: GLenum, level: GLint, internal_format: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, format: GLenum, ty: GLenum, opt_data: Option<&[u8]> )

source§

fn copy_tex_image_2d( &self, target: GLenum, level: GLint, internal_format: GLenum, x: GLint, y: GLint, width: GLsizei, height: GLsizei, border: GLint )

source§

fn copy_tex_sub_image_2d( &self, target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei )

source§

fn copy_tex_sub_image_3d( &self, target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei )

source§

fn tex_sub_image_2d( &self, target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, ty: GLenum, data: &[u8] )

source§

fn tex_sub_image_2d_pbo( &self, target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, ty: GLenum, offset: usize )

source§

fn tex_sub_image_3d( &self, target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, ty: GLenum, data: &[u8] )

source§

fn tex_sub_image_3d_pbo( &self, target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, ty: GLenum, offset: usize )

source§

fn tex_storage_2d( &self, target: GLenum, levels: GLint, internal_format: GLenum, width: GLsizei, height: GLsizei )

source§

fn tex_storage_3d( &self, target: GLenum, levels: GLint, internal_format: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei )

source§

fn get_tex_image_into_buffer( &self, target: GLenum, level: GLint, format: GLenum, ty: GLenum, output: &mut [u8] )

source§

unsafe fn copy_image_sub_data( &self, src_name: GLuint, src_target: GLenum, src_level: GLint, src_x: GLint, src_y: GLint, src_z: GLint, dst_name: GLuint, dst_target: GLenum, dst_level: GLint, dst_x: GLint, dst_y: GLint, dst_z: GLint, src_width: GLsizei, src_height: GLsizei, src_depth: GLsizei )

source§

fn invalidate_framebuffer(&self, target: GLenum, attachments: &[GLenum])

source§

fn invalidate_sub_framebuffer( &self, target: GLenum, attachments: &[GLenum], xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei )

source§

unsafe fn get_integer_v(&self, name: GLenum, result: &mut [GLint])

source§

unsafe fn get_integer_64v(&self, name: GLenum, result: &mut [GLint64])

source§

unsafe fn get_integer_iv( &self, name: GLenum, index: GLuint, result: &mut [GLint] )

source§

unsafe fn get_integer_64iv( &self, name: GLenum, index: GLuint, result: &mut [GLint64] )

source§

unsafe fn get_boolean_v(&self, name: GLenum, result: &mut [GLboolean])

source§

unsafe fn get_float_v(&self, name: GLenum, result: &mut [GLfloat])

source§

fn get_renderbuffer_parameter_iv(&self, target: GLenum, pname: GLenum) -> GLint

source§

fn get_framebuffer_attachment_parameter_iv( &self, target: GLenum, attachment: GLenum, pname: GLenum ) -> GLint

source§

fn get_tex_parameter_iv(&self, target: GLenum, pname: GLenum) -> GLint

source§

fn get_tex_parameter_fv(&self, target: GLenum, pname: GLenum) -> GLfloat

source§

fn tex_parameter_i(&self, target: GLenum, pname: GLenum, param: GLint)

source§

fn tex_parameter_f(&self, target: GLenum, pname: GLenum, param: GLfloat)

source§

fn framebuffer_texture_2d( &self, target: GLenum, attachment: GLenum, textarget: GLenum, texture: GLuint, level: GLint )

source§

fn framebuffer_texture_layer( &self, target: GLenum, attachment: GLenum, texture: GLuint, level: GLint, layer: GLint )

source§

fn blit_framebuffer( &self, src_x0: GLint, src_y0: GLint, src_x1: GLint, src_y1: GLint, dst_x0: GLint, dst_y0: GLint, dst_x1: GLint, dst_y1: GLint, mask: GLbitfield, filter: GLenum )

source§

fn vertex_attrib_4f( &self, index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat )

source§

fn vertex_attrib_binding(&self, attrib_index: GLuint, binding_index: GLuint)

source§

fn vertex_attrib_pointer_f32( &self, index: GLuint, size: GLint, normalized: bool, stride: GLsizei, offset: GLuint )

source§

fn vertex_attrib_pointer( &self, index: GLuint, size: GLint, type_: GLenum, normalized: bool, stride: GLsizei, offset: GLuint )

source§

fn vertex_attrib_i_pointer( &self, index: GLuint, size: GLint, type_: GLenum, stride: GLsizei, offset: GLuint )

source§

fn vertex_attrib_divisor(&self, index: GLuint, divisor: GLuint)

source§

fn vertex_attrib_format( &self, attrib_index: GLuint, size: GLint, type_: GLenum, normalized: bool, relative_offset: GLuint )

source§

fn vertex_attrib_i_format( &self, attrib_index: GLuint, size: GLint, type_: GLenum, relative_offset: GLuint )

source§

fn vertex_binding_divisor(&self, binding_index: GLuint, divisor: GLuint)

source§

fn viewport(&self, x: GLint, y: GLint, width: GLsizei, height: GLsizei)

source§

fn scissor(&self, x: GLint, y: GLint, width: GLsizei, height: GLsizei)

source§

fn line_width(&self, width: GLfloat)

source§

fn use_program(&self, program: GLuint)

source§

fn validate_program(&self, program: GLuint)

source§

fn draw_arrays(&self, mode: GLenum, first: GLint, count: GLsizei)

source§

fn draw_arrays_instanced( &self, mode: GLenum, first: GLint, count: GLsizei, primcount: GLsizei )

source§

fn draw_elements( &self, mode: GLenum, count: GLsizei, element_type: GLenum, indices_offset: GLuint )

source§

fn draw_elements_instanced( &self, mode: GLenum, count: GLsizei, element_type: GLenum, indices_offset: GLuint, primcount: GLsizei )

source§

fn blend_color(&self, r: f32, g: f32, b: f32, a: f32)

source§

fn blend_func(&self, sfactor: GLenum, dfactor: GLenum)

source§

fn blend_func_separate( &self, src_rgb: GLenum, dest_rgb: GLenum, src_alpha: GLenum, dest_alpha: GLenum )

source§

fn blend_equation(&self, mode: GLenum)

source§

fn blend_equation_separate(&self, mode_rgb: GLenum, mode_alpha: GLenum)

source§

fn color_mask(&self, r: bool, g: bool, b: bool, a: bool)

source§

fn cull_face(&self, mode: GLenum)

source§

fn front_face(&self, mode: GLenum)

source§

fn enable(&self, cap: GLenum)

source§

fn disable(&self, cap: GLenum)

source§

fn hint(&self, param_name: GLenum, param_val: GLenum)

source§

fn is_enabled(&self, cap: GLenum) -> GLboolean

source§

fn is_shader(&self, shader: GLuint) -> GLboolean

source§

fn is_texture(&self, texture: GLenum) -> GLboolean

source§

fn is_framebuffer(&self, framebuffer: GLenum) -> GLboolean

source§

fn is_renderbuffer(&self, renderbuffer: GLenum) -> GLboolean

source§

fn check_frame_buffer_status(&self, target: GLenum) -> GLenum

source§

fn enable_vertex_attrib_array(&self, index: GLuint)

source§

fn disable_vertex_attrib_array(&self, index: GLuint)

source§

fn uniform_1f(&self, location: GLint, v0: GLfloat)

source§

fn uniform_1fv(&self, location: GLint, values: &[f32])

source§

fn uniform_1i(&self, location: GLint, v0: GLint)

source§

fn uniform_1iv(&self, location: GLint, values: &[i32])

source§

fn uniform_1ui(&self, location: GLint, v0: GLuint)

source§

fn uniform_2f(&self, location: GLint, v0: GLfloat, v1: GLfloat)

source§

fn uniform_2fv(&self, location: GLint, values: &[f32])

source§

fn uniform_2i(&self, location: GLint, v0: GLint, v1: GLint)

source§

fn uniform_2iv(&self, location: GLint, values: &[i32])

source§

fn uniform_2ui(&self, location: GLint, v0: GLuint, v1: GLuint)

source§

fn uniform_3f(&self, location: GLint, v0: GLfloat, v1: GLfloat, v2: GLfloat)

source§

fn uniform_3fv(&self, location: GLint, values: &[f32])

source§

fn uniform_3i(&self, location: GLint, v0: GLint, v1: GLint, v2: GLint)

source§

fn uniform_3iv(&self, location: GLint, values: &[i32])

source§

fn uniform_3ui(&self, location: GLint, v0: GLuint, v1: GLuint, v2: GLuint)

source§

fn uniform_4f( &self, location: GLint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat )

source§

fn uniform_4i(&self, location: GLint, x: GLint, y: GLint, z: GLint, w: GLint)

source§

fn uniform_4iv(&self, location: GLint, values: &[i32])

source§

fn uniform_4ui( &self, location: GLint, x: GLuint, y: GLuint, z: GLuint, w: GLuint )

source§

fn uniform_4fv(&self, location: GLint, values: &[f32])

source§

fn uniform_matrix_2fv(&self, location: GLint, transpose: bool, value: &[f32])

source§

fn uniform_matrix_3fv(&self, location: GLint, transpose: bool, value: &[f32])

source§

fn uniform_matrix_4fv(&self, location: GLint, transpose: bool, value: &[f32])

source§

fn depth_mask(&self, flag: bool)

source§

fn depth_range(&self, near: f64, far: f64)

source§

fn get_active_attrib( &self, program: GLuint, index: GLuint ) -> (i32, u32, String)

source§

fn get_active_uniform( &self, program: GLuint, index: GLuint ) -> (i32, u32, String)

source§

fn get_active_uniforms_iv( &self, program: GLuint, indices: Vec<GLuint>, pname: GLenum ) -> Vec<GLint>

source§

fn get_active_uniform_block_i( &self, program: GLuint, index: GLuint, pname: GLenum ) -> GLint

source§

fn get_active_uniform_block_iv( &self, program: GLuint, index: GLuint, pname: GLenum ) -> Vec<GLint>

source§

fn get_active_uniform_block_name( &self, program: GLuint, index: GLuint ) -> String

source§

fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int

source§

fn get_frag_data_location(&self, program: GLuint, name: &str) -> c_int

source§

fn get_uniform_location(&self, program: GLuint, name: &str) -> c_int

source§

fn get_program_info_log(&self, program: GLuint) -> String

source§

unsafe fn get_program_iv( &self, program: GLuint, pname: GLenum, result: &mut [GLint] )

source§

fn get_program_binary(&self, program: GLuint) -> (Vec<u8>, GLenum)

source§

fn program_binary(&self, program: GLuint, format: GLenum, binary: &[u8])

source§

fn program_parameter_i(&self, program: GLuint, pname: GLenum, value: GLint)

source§

unsafe fn get_vertex_attrib_iv( &self, index: GLuint, pname: GLenum, result: &mut [GLint] )

source§

unsafe fn get_vertex_attrib_fv( &self, index: GLuint, pname: GLenum, result: &mut [GLfloat] )

source§

fn get_vertex_attrib_pointer_v( &self, index: GLuint, pname: GLenum ) -> GLsizeiptr

source§

fn get_buffer_parameter_iv(&self, target: GLuint, pname: GLenum) -> GLint

source§

fn get_shader_info_log(&self, shader: GLuint) -> String

source§

fn get_string(&self, which: GLenum) -> String

source§

fn get_string_i(&self, which: GLenum, index: GLuint) -> String

source§

unsafe fn get_shader_iv( &self, shader: GLuint, pname: GLenum, result: &mut [GLint] )

source§

fn get_shader_precision_format( &self, shader_type: GLuint, precision_type: GLuint ) -> (GLint, GLint, GLint)

source§

fn compile_shader(&self, shader: GLuint)

source§

fn create_program(&self) -> GLuint

source§

fn delete_program(&self, program: GLuint)

source§

fn create_shader(&self, shader_type: GLenum) -> GLuint

source§

fn delete_shader(&self, shader: GLuint)

source§

fn detach_shader(&self, program: GLuint, shader: GLuint)

source§

fn clear_color(&self, r: f32, g: f32, b: f32, a: f32)

source§

fn clear(&self, buffer_mask: GLbitfield)

source§

fn clear_depth(&self, depth: f64)

source§

fn clear_stencil(&self, s: GLint)

source§

fn flush(&self)

source§

fn finish(&self)

source§

fn get_error(&self) -> GLenum

source§

fn stencil_mask(&self, mask: GLuint)

source§

fn stencil_mask_separate(&self, face: GLenum, mask: GLuint)

source§

fn stencil_func(&self, func: GLenum, ref_: GLint, mask: GLuint)

source§

fn stencil_func_separate( &self, face: GLenum, func: GLenum, ref_: GLint, mask: GLuint )

source§

fn stencil_op(&self, sfail: GLenum, dpfail: GLenum, dppass: GLenum)

source§

fn stencil_op_separate( &self, face: GLenum, sfail: GLenum, dpfail: GLenum, dppass: GLenum )

source§

fn egl_image_target_texture2d_oes(&self, target: GLenum, image: GLeglImageOES)

source§

fn egl_image_target_renderbuffer_storage_oes( &self, target: GLenum, image: GLeglImageOES )

source§

fn generate_mipmap(&self, target: GLenum)

source§

fn insert_event_marker_ext(&self, message: &str)

source§

fn push_group_marker_ext(&self, message: &str)

source§

fn pop_group_marker_ext(&self)

source§

fn debug_message_insert_khr( &self, source: GLenum, type_: GLenum, id: GLuint, severity: GLenum, message: &str )

source§

fn push_debug_group_khr(&self, source: GLenum, id: GLuint, message: &str)

source§

fn pop_debug_group_khr(&self)

source§

fn fence_sync(&self, condition: GLenum, flags: GLbitfield) -> GLsync

source§

fn client_wait_sync( &self, sync: GLsync, flags: GLbitfield, timeout: GLuint64 ) -> GLenum

source§

fn wait_sync(&self, sync: GLsync, flags: GLbitfield, timeout: GLuint64)

source§

fn delete_sync(&self, sync: GLsync)

source§

fn texture_range_apple(&self, _target: GLenum, _data: &[u8])

source§

fn gen_fences_apple(&self, _n: GLsizei) -> Vec<GLuint>

source§

fn delete_fences_apple(&self, _fences: &[GLuint])

source§

fn set_fence_apple(&self, _fence: GLuint)

source§

fn finish_fence_apple(&self, _fence: GLuint)

source§

fn test_fence_apple(&self, _fence: GLuint)

source§

fn test_object_apple(&self, _object: GLenum, _name: GLuint) -> GLboolean

source§

fn finish_object_apple(&self, _object: GLenum, _name: GLuint)

source§

fn bind_frag_data_location_indexed( &self, _program: GLuint, _color_number: GLuint, _index: GLuint, _name: &str )

source§

fn get_frag_data_index(&self, _program: GLuint, _name: &str) -> GLint

source§

fn get_debug_messages(&self) -> Vec<DebugMessage>

source§

fn provoking_vertex_angle(&self, mode: GLenum)

source§

fn blend_barrier_khr(&self)

source§

fn copy_texture_chromium( &self, source_id: GLuint, source_level: GLint, dest_target: GLenum, dest_id: GLuint, dest_level: GLint, internal_format: GLint, dest_type: GLenum, unpack_flip_y: GLboolean, unpack_premultiply_alpha: GLboolean, unpack_unmultiply_alpha: GLboolean )

source§

fn copy_sub_texture_chromium( &self, source_id: GLuint, source_level: GLint, dest_target: GLenum, dest_id: GLuint, dest_level: GLint, x_offset: GLint, y_offset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei, unpack_flip_y: GLboolean, unpack_premultiply_alpha: GLboolean, unpack_unmultiply_alpha: GLboolean )

source§

fn copy_texture_3d_angle( &self, source_id: GLuint, source_level: GLint, dest_target: GLenum, dest_id: GLuint, dest_level: GLint, internal_format: GLint, dest_type: GLenum, unpack_flip_y: GLboolean, unpack_premultiply_alpha: GLboolean, unpack_unmultiply_alpha: GLboolean )

source§

fn copy_sub_texture_3d_angle( &self, source_id: GLuint, source_level: GLint, dest_target: GLenum, dest_id: GLuint, dest_level: GLint, x_offset: GLint, y_offset: GLint, z_offset: GLint, x: GLint, y: GLint, z: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, unpack_flip_y: GLboolean, unpack_premultiply_alpha: GLboolean, unpack_unmultiply_alpha: GLboolean )

source§

fn buffer_storage( &self, target: GLenum, size: GLsizeiptr, data: *const GLvoid, flags: GLbitfield )

source§

fn flush_mapped_buffer_range( &self, target: GLenum, offset: GLintptr, length: GLsizeiptr )

source§

fn start_tiling_qcom( &self, x: GLuint, y: GLuint, width: GLuint, height: GLuint, preserve_mask: GLbitfield )

source§

fn end_tiling_qcom(&self, preserve_mask: GLbitfield)

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.