#[repr(C)]pub struct VbiFormat { /* private fields */ }
Trait Implementations§
Source§impl IsFormatData for VbiFormat
impl IsFormatData for VbiFormat
Source§const TYPES: &'static [BufferType]
const TYPES: &'static [BufferType]
Buffer types which corresponds to format type
impl Copy for VbiFormat
Auto Trait Implementations§
impl Freeze for VbiFormat
impl RefUnwindSafe for VbiFormat
impl Send for VbiFormat
impl Sync for VbiFormat
impl Unpin for VbiFormat
impl UnwindSafe for VbiFormat
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