pub struct BufferGroupId {
pub id: u32,
}Fields§
§id: u32Trait Implementations§
Source§impl Clone for BufferGroupId
impl Clone for BufferGroupId
Source§fn clone(&self) -> BufferGroupId
fn clone(&self) -> BufferGroupId
Returns a duplicate 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 Hash for BufferGroupId
impl Hash for BufferGroupId
Source§impl Ord for BufferGroupId
impl Ord for BufferGroupId
Source§fn cmp(&self, other: &BufferGroupId) -> Ordering
fn cmp(&self, other: &BufferGroupId) -> 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 BufferGroupId
impl PartialEq for BufferGroupId
Source§impl PartialOrd for BufferGroupId
impl PartialOrd for BufferGroupId
impl Copy for BufferGroupId
impl Eq for BufferGroupId
impl StructuralPartialEq for BufferGroupId
Auto Trait Implementations§
impl Freeze for BufferGroupId
impl RefUnwindSafe for BufferGroupId
impl Send for BufferGroupId
impl Sync for BufferGroupId
impl Unpin for BufferGroupId
impl UnwindSafe for BufferGroupId
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