pub struct SharedTextureMemoryDmaBufPlane {
pub fd: Option<i32>,
pub offset: Option<u64>,
pub stride: Option<u32>,
}Fields§
§fd: Option<i32>§offset: Option<u64>§stride: Option<u32>Implementations§
Trait Implementations§
Auto Trait Implementations§
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