pub struct FrameBufferPlane {
pub fd: OwnedFd,
pub offset: u32,
pub length: u32,
}Expand description
Description of a framebuffer plane for importing buffers.
Fields§
§fd: OwnedFd§offset: u32§length: u32Auto Trait Implementations§
impl Freeze for FrameBufferPlane
impl RefUnwindSafe for FrameBufferPlane
impl Send for FrameBufferPlane
impl Sync for FrameBufferPlane
impl Unpin for FrameBufferPlane
impl UnwindSafe for FrameBufferPlane
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