pub struct VmhdBox {
pub version: u8,
pub flags: u32,
pub graphics_mode: u16,
pub op_color: RgbColor,
}
Fields§
§version: u8
§flags: u32
§graphics_mode: u16
§op_color: RgbColor
Implementations§
Trait Implementations§
impl Eq for VmhdBox
impl StructuralPartialEq for VmhdBox
Auto Trait Implementations§
impl Freeze for VmhdBox
impl RefUnwindSafe for VmhdBox
impl Send for VmhdBox
impl Sync for VmhdBox
impl Unpin for VmhdBox
impl UnwindSafe for VmhdBox
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)