pub struct Vendor(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl Vendor
impl Vendor
pub const ARM: Self
pub fn is_arm_compatible(&self) -> bool
pub fn is_intel_compatible(&self) -> bool
pub fn is_amd_compatible(&self) -> bool
Trait Implementations§
impl Copy for Vendor
impl Eq for Vendor
impl StructuralPartialEq for Vendor
Auto Trait Implementations§
impl Freeze for Vendor
impl RefUnwindSafe for Vendor
impl Send for Vendor
impl Sync for Vendor
impl Unpin for Vendor
impl UnsafeUnpin for Vendor
impl UnwindSafe for Vendor
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