Enum spirv_cross_sys::SpvLinkageType
source · #[repr(i32)]pub enum SpvLinkageType {
Export = 0,
Import = 1,
LinkOnceODR = 2,
}Variants§
Trait Implementations§
source§impl Clone for SpvLinkageType
impl Clone for SpvLinkageType
source§fn clone(&self) -> SpvLinkageType
fn clone(&self) -> SpvLinkageType
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 SpvLinkageType
impl Debug for SpvLinkageType
source§impl Hash for SpvLinkageType
impl Hash for SpvLinkageType
source§impl PartialEq for SpvLinkageType
impl PartialEq for SpvLinkageType
impl Copy for SpvLinkageType
impl Eq for SpvLinkageType
impl StructuralPartialEq for SpvLinkageType
Auto Trait Implementations§
impl Freeze for SpvLinkageType
impl RefUnwindSafe for SpvLinkageType
impl Send for SpvLinkageType
impl Sync for SpvLinkageType
impl Unpin for SpvLinkageType
impl UnwindSafe for SpvLinkageType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)