#[repr(C)]pub struct DispFbInfo2 {Show 17 fields
pub fd: c_int,
pub y8_fd: c_int,
pub size: [DispRectsz; 3],
pub align: [c_uint; 3],
pub format: c_int,
pub color_space: c_int,
pub trd_right_fd: c_int,
pub pre_multiply: bool,
pub crop: DispRect64,
pub flags: c_int,
pub scan: c_int,
pub eotf: c_int,
pub depth: c_int,
pub fbd_en: c_uint,
pub metadata_fd: c_int,
pub metadata_size: c_uint,
pub metadata_flag: c_uint,
}Fields§
§fd: c_int§y8_fd: c_int§size: [DispRectsz; 3]§align: [c_uint; 3]§format: c_int§color_space: c_int§trd_right_fd: c_int§pre_multiply: bool§crop: DispRect64§flags: c_int§scan: c_int§eotf: c_int§depth: c_int§fbd_en: c_uint§metadata_fd: c_int§metadata_size: c_uint§metadata_flag: c_uintAuto Trait Implementations§
impl Freeze for DispFbInfo2
impl RefUnwindSafe for DispFbInfo2
impl Send for DispFbInfo2
impl Sync for DispFbInfo2
impl Unpin for DispFbInfo2
impl UnwindSafe for DispFbInfo2
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
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Converts
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be
downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Converts
Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further
downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Converts
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Converts
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.