pub struct DmaBufPlane {
pub fd: i32,
pub offset: u32,
pub stride: u32,
}
Fields§
§fd: i32
§offset: u32
§stride: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DmaBufPlane
impl RefUnwindSafe for DmaBufPlane
impl Send for DmaBufPlane
impl Sync for DmaBufPlane
impl Unpin for DmaBufPlane
impl UnwindSafe for DmaBufPlane
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