#[repr(transparent)]pub struct Tmpformat(pub u32);Expand description
Temporary Format
Tuple Fields§
§0: u32Implementations§
Source§impl Tmpformat
impl Tmpformat
Sourcepub const fn tmp_formatint(&self) -> TmpFormatint
pub const fn tmp_formatint(&self) -> TmpFormatint
Temporary Internal Format
Sourcepub const fn set_tmp_formatint(&mut self, val: TmpFormatint)
pub const fn set_tmp_formatint(&mut self, val: TmpFormatint)
Temporary Internal Format
Sourcepub const fn tmp_formatext(&self) -> TmpFormatext
pub const fn tmp_formatext(&self) -> TmpFormatext
Temporary External Format
Sourcepub const fn set_tmp_formatext(&mut self, val: TmpFormatext)
pub const fn set_tmp_formatext(&mut self, val: TmpFormatext)
Temporary External Format
Sourcepub const fn tmp_scaler(&self) -> u8
pub const fn tmp_scaler(&self) -> u8
Scaling Value for Temporary Data.
Sourcepub const fn set_tmp_scaler(&mut self, val: u8)
pub const fn set_tmp_scaler(&mut self, val: u8)
Scaling Value for Temporary Data.
Trait Implementations§
impl Copy for Tmpformat
impl Eq for Tmpformat
impl StructuralPartialEq for Tmpformat
Auto Trait Implementations§
impl Freeze for Tmpformat
impl RefUnwindSafe for Tmpformat
impl Send for Tmpformat
impl Sync for Tmpformat
impl Unpin for Tmpformat
impl UnwindSafe for Tmpformat
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