#[repr(transparent)]pub struct Outformat(pub u32);Expand description
Output Format
Tuple Fields§
§0: u32Implementations§
Source§impl Outformat
impl Outformat
Sourcepub const fn out_formatint(&self) -> OutFormatint
pub const fn out_formatint(&self) -> OutFormatint
Output Internal Format
Sourcepub const fn set_out_formatint(&mut self, val: OutFormatint)
pub const fn set_out_formatint(&mut self, val: OutFormatint)
Output Internal Format
Sourcepub const fn out_formatext(&self) -> OutFormatext
pub const fn out_formatext(&self) -> OutFormatext
Output External Format
Sourcepub const fn set_out_formatext(&mut self, val: OutFormatext)
pub const fn set_out_formatext(&mut self, val: OutFormatext)
Output External Format
Sourcepub const fn out_scaler(&self) -> u8
pub const fn out_scaler(&self) -> u8
8-bit Scaling Value for Result Data
Sourcepub const fn set_out_scaler(&mut self, val: u8)
pub const fn set_out_scaler(&mut self, val: u8)
8-bit Scaling Value for Result Data
Trait Implementations§
impl Copy for Outformat
impl Eq for Outformat
impl StructuralPartialEq for Outformat
Auto Trait Implementations§
impl Freeze for Outformat
impl RefUnwindSafe for Outformat
impl Send for Outformat
impl Sync for Outformat
impl Unpin for Outformat
impl UnwindSafe for Outformat
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