pub struct InfeBox {
pub id: u16,
pub typ: FourCC,
pub name: &'static str,
}
Expand description
Item Info Entry box
Fields§
§id: u16
§typ: FourCC
§name: &'static str
Trait Implementations§
impl Copy for InfeBox
Auto Trait Implementations§
impl Freeze for InfeBox
impl RefUnwindSafe for InfeBox
impl Send for InfeBox
impl Sync for InfeBox
impl Unpin for InfeBox
impl UnwindSafe for InfeBox
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