pub struct FormatTableEntry {
pub fourcc: u32,
pub modifier: u64,
/* private fields */
}Available on crate feature
dmabuf_feedback only.Fields§
§fourcc: u32§modifier: u64Trait Implementations§
Source§impl Clone for FormatTableEntry
impl Clone for FormatTableEntry
Source§fn clone(&self) -> FormatTableEntry
fn clone(&self) -> FormatTableEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormatTableEntry
impl Debug for FormatTableEntry
Source§impl Default for FormatTableEntry
impl Default for FormatTableEntry
Source§fn default() -> FormatTableEntry
fn default() -> FormatTableEntry
Returns the “default value” for a type. Read more
impl Copy for FormatTableEntry
Auto Trait Implementations§
impl Freeze for FormatTableEntry
impl RefUnwindSafe for FormatTableEntry
impl Send for FormatTableEntry
impl Sync for FormatTableEntry
impl Unpin for FormatTableEntry
impl UnwindSafe for FormatTableEntry
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