Struct pepper::buffer::BufferHandle [−][src]
pub struct BufferHandle(pub u32);Tuple Fields
0: u32Trait Implementations
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 BufferHandle
impl Send for BufferHandle
impl Sync for BufferHandle
impl Unpin for BufferHandle
impl UnwindSafe for BufferHandle
Blanket Implementations
Mutably borrows from an owned value. Read more