Struct cdefmt_parser::format::DisplayHint
source · pub struct DisplayHint {
pub align: Option<Alignment>,
pub sign: bool,
pub alternate: bool,
pub zero_pad: bool,
pub width: Option<usize>,
pub precision: Option<usize>,
pub ty: DisplayType,
}Fields§
§align: Option<Alignment>§sign: bool§alternate: bool§zero_pad: bool§width: Option<usize>§precision: Option<usize>§ty: DisplayTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayHint
impl RefUnwindSafe for DisplayHint
impl Send for DisplayHint
impl Sync for DisplayHint
impl Unpin for DisplayHint
impl UnwindSafe for DisplayHint
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