pub struct CommonBlock {
pub line_height: u16,
pub base: u16,
pub scale_w: u16,
pub scale_h: u16,
pub pages: u16,
pub bit_field: u8,
pub alpha_chnl: u8,
pub red_chnl: u8,
pub green_chnl: u8,
pub blue_chnl: u8,
}
Fields§
§line_height: u16
§base: u16
§scale_w: u16
§scale_h: u16
§pages: u16
§bit_field: u8
§alpha_chnl: u8
§red_chnl: u8
§green_chnl: u8
§blue_chnl: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommonBlock
impl RefUnwindSafe for CommonBlock
impl Send for CommonBlock
impl Sync for CommonBlock
impl Unpin for CommonBlock
impl UnwindSafe for CommonBlock
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