#[repr(transparent)]pub struct VkResult(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl Error for VkResult
impl Error for VkResult
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Ord for VkResult
impl Ord for VkResult
Source§impl PartialOrd for VkResult
impl PartialOrd for VkResult
impl Copy for VkResult
impl Eq for VkResult
impl StructuralPartialEq for VkResult
Auto Trait Implementations§
impl Freeze for VkResult
impl RefUnwindSafe for VkResult
impl Send for VkResult
impl Sync for VkResult
impl Unpin for VkResult
impl UnwindSafe for VkResult
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