Struct libcdio_sys::cdio_hwinfo
source · #[repr(C)]pub struct cdio_hwinfo {
pub psz_vendor: [c_char; 9],
pub psz_model: [c_char; 17],
pub psz_revision: [c_char; 5],
}Fields
psz_vendor: [c_char; 9]psz_model: [c_char; 17]psz_revision: [c_char; 5]Auto Trait Implementations
impl RefUnwindSafe for cdio_hwinfo
impl Send for cdio_hwinfo
impl Sync for cdio_hwinfo
impl Unpin for cdio_hwinfo
impl UnwindSafe for cdio_hwinfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more