#[repr(C, packed(4))]pub struct Stereo3dFormat {
pub flag: i16,
pub display_mode: i8,
pub anaglyph_type: i8,
pub interlace_type: i8,
pub _pad: [i8; 3],
}Fields§
§flag: i16§display_mode: i8§anaglyph_type: i8§interlace_type: i8§_pad: [i8; 3]Trait Implementations§
Source§impl GeneratedBlendStruct for Stereo3dFormat
impl GeneratedBlendStruct for Stereo3dFormat
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Stereo3dFormat"
const STRUCT_INDEX: usize = 189usize
const STRUCT_TYPE_INDEX: usize = 81usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<Stereo3dFormat> for Stereo3dFormat
Auto Trait Implementations§
impl Freeze for Stereo3dFormat
impl RefUnwindSafe for Stereo3dFormat
impl Send for Stereo3dFormat
impl Sync for Stereo3dFormat
impl Unpin for Stereo3dFormat
impl UnwindSafe for Stereo3dFormat
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