Trait linux_video_core::Direction
source · pub trait Direction: DirectionImpl {
const IN: bool;
const OUT: bool;
// Required method
fn buffer_type(content: ContentType) -> BufferType;
}
Expand description
Direction types
pub trait Direction: DirectionImpl {
const IN: bool;
const OUT: bool;
// Required method
fn buffer_type(content: ContentType) -> BufferType;
}
Direction types