pub struct StreamBufferObjectClass;
Trait Implementations§
source§impl Clone for StreamBufferObjectClass
impl Clone for StreamBufferObjectClass
source§fn clone(&self) -> StreamBufferObjectClass
fn clone(&self) -> StreamBufferObjectClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StreamBufferObjectClass
impl Debug for StreamBufferObjectClass
source§impl Hash for StreamBufferObjectClass
impl Hash for StreamBufferObjectClass
source§impl ObjectClassExt for StreamBufferObjectClass
impl ObjectClassExt for StreamBufferObjectClass
fn class() -> ObjectClass
source§impl Ord for StreamBufferObjectClass
impl Ord for StreamBufferObjectClass
source§fn cmp(&self, other: &StreamBufferObjectClass) -> Ordering
fn cmp(&self, other: &StreamBufferObjectClass) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for StreamBufferObjectClass
impl PartialEq for StreamBufferObjectClass
source§fn eq(&self, other: &StreamBufferObjectClass) -> bool
fn eq(&self, other: &StreamBufferObjectClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for StreamBufferObjectClass
impl PartialOrd for StreamBufferObjectClass
source§fn partial_cmp(&self, other: &StreamBufferObjectClass) -> Option<Ordering>
fn partial_cmp(&self, other: &StreamBufferObjectClass) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for StreamBufferObjectClass
impl Eq for StreamBufferObjectClass
impl StructuralPartialEq for StreamBufferObjectClass
Auto Trait Implementations§
impl Freeze for StreamBufferObjectClass
impl RefUnwindSafe for StreamBufferObjectClass
impl Send for StreamBufferObjectClass
impl Sync for StreamBufferObjectClass
impl Unpin for StreamBufferObjectClass
impl UnwindSafe for StreamBufferObjectClass
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more