Struct TechPref
#[repr(transparent)]pub struct TechPref(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for TechPref
impl Eq for TechPref
impl StructuralPartialEq for TechPref
Auto Trait Implementations§
impl Freeze for TechPref
impl RefUnwindSafe for TechPref
impl Send for TechPref
impl Sync for TechPref
impl Unpin for TechPref
impl UnwindSafe for TechPref
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