Struct nuklear::Image [−][src]
#[repr(C)]pub struct Image { /* fields omitted */ }
Methods
impl Image[src]
impl Imagepub fn with_id(id: i32) -> Image[src]
pub fn with_id(id: i32) -> Imagepub unsafe fn with_ptr(ptr: *mut c_void) -> Image[src]
pub unsafe fn with_ptr(ptr: *mut c_void) -> Imagepub fn id(&mut self) -> i32[src]
pub fn id(&mut self) -> i32pub fn ptr(&mut self) -> *mut c_void[src]
pub fn ptr(&mut self) -> *mut c_voidTrait Implementations
impl Clone for Image[src]
impl Clone for Imagefn clone(&self) -> Image[src]
fn clone(&self) -> ImageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Image[src]
impl Debug for Imagefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_image> for Image[src]
impl AsRef<nk_image> for Imageimpl AsMut<nk_image> for Image[src]
impl AsMut<nk_image> for Imageimpl AsRef<Image> for nk_image[src]
impl AsRef<Image> for nk_imageimpl AsMut<Image> for nk_image[src]
impl AsMut<Image> for nk_imageimpl Default for Image[src]
impl Default for Image