Struct gleam::gl::FnPtr [] [src]

pub struct FnPtr { /* fields omitted */ }

Methods

impl FnPtr
[src]

[src]

Returns true if the function has been successfully loaded.

If it returns false, calling the corresponding function will fail.

Trait Implementations

impl Clone for FnPtr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more