pub struct Fb {
pub fd: c_int,
pub ptr: *mut u8,
pub map_len: usize,
pub stride: usize,
pub bpp: usize,
pub xres: usize,
pub yres: usize,
/* private fields */
}Fields§
§fd: c_int§ptr: *mut u8§map_len: usize§stride: usize§bpp: usize§xres: usize§yres: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Fb
impl !Sync for Fb
impl Freeze for Fb
impl RefUnwindSafe for Fb
impl Unpin for Fb
impl UnsafeUnpin for Fb
impl UnwindSafe for Fb
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