Enum naga::back::spv::instructions::Signedness
source · pub(super) enum Signedness {
Unsigned = 0,
Signed = 1,
}
Variants§
Auto Trait Implementations§
impl Freeze for Signedness
impl RefUnwindSafe for Signedness
impl Send for Signedness
impl Sync for Signedness
impl Unpin for Signedness
impl UnwindSafe for Signedness
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