pub struct FbFixScreeninfo {
pub smem_start: usize,
pub smem_len: u32,
pub line_length: u32,
/* private fields */
}Fields§
§smem_start: usize§smem_len: u32§line_length: u32Trait Implementations§
Source§impl Default for FbFixScreeninfo
impl Default for FbFixScreeninfo
Source§fn default() -> FbFixScreeninfo
fn default() -> FbFixScreeninfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FbFixScreeninfo
impl RefUnwindSafe for FbFixScreeninfo
impl Send for FbFixScreeninfo
impl Sync for FbFixScreeninfo
impl Unpin for FbFixScreeninfo
impl UnsafeUnpin for FbFixScreeninfo
impl UnwindSafe for FbFixScreeninfo
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