Struct vulkanalia_sys::Framebuffer
source · [−]#[repr(transparent)]pub struct Framebuffer(_);Expand description
Trait Implementations
The object type for this handle type.
Constructs an instance of this handle type with the supplied underlying value.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Framebuffer
impl Send for Framebuffer
impl Sync for Framebuffer
impl Unpin for Framebuffer
impl UnwindSafe for Framebuffer
Blanket Implementations
Mutably borrows from an owned value. Read more