#[repr(transparent)]pub struct VkSystemAllocationScope(pub i32);Expand description
VkSystemAllocationScope
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VkSystemAllocationScope
impl Clone for VkSystemAllocationScope
Source§fn clone(&self) -> VkSystemAllocationScope
fn clone(&self) -> VkSystemAllocationScope
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 Debug for VkSystemAllocationScope
impl Debug for VkSystemAllocationScope
Source§impl Default for VkSystemAllocationScope
impl Default for VkSystemAllocationScope
Source§fn default() -> VkSystemAllocationScope
fn default() -> VkSystemAllocationScope
Returns the “default value” for a type. Read more
Source§impl Display for VkSystemAllocationScope
impl Display for VkSystemAllocationScope
Source§impl From<VkSystemAllocationScope> for i32
impl From<VkSystemAllocationScope> for i32
Source§fn from(value: VkSystemAllocationScope) -> Self
fn from(value: VkSystemAllocationScope) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkSystemAllocationScope
impl From<i32> for VkSystemAllocationScope
Source§impl Hash for VkSystemAllocationScope
impl Hash for VkSystemAllocationScope
Source§impl Ord for VkSystemAllocationScope
impl Ord for VkSystemAllocationScope
Source§fn cmp(&self, other: &VkSystemAllocationScope) -> Ordering
fn cmp(&self, other: &VkSystemAllocationScope) -> 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 VkSystemAllocationScope
impl PartialEq for VkSystemAllocationScope
Source§impl PartialOrd for VkSystemAllocationScope
impl PartialOrd for VkSystemAllocationScope
impl Copy for VkSystemAllocationScope
impl Eq for VkSystemAllocationScope
impl StructuralPartialEq for VkSystemAllocationScope
Auto Trait Implementations§
impl Freeze for VkSystemAllocationScope
impl RefUnwindSafe for VkSystemAllocationScope
impl Send for VkSystemAllocationScope
impl Sync for VkSystemAllocationScope
impl Unpin for VkSystemAllocationScope
impl UnsafeUnpin for VkSystemAllocationScope
impl UnwindSafe for VkSystemAllocationScope
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