#[repr(transparent)]pub struct Inaformat(pub u32);Expand description
Input A Format
Tuple Fields§
§0: u32Implementations§
Source§impl Inaformat
impl Inaformat
Sourcepub const fn ina_formatint(&self) -> InaFormatint
pub const fn ina_formatint(&self) -> InaFormatint
Input A Internal Format
Sourcepub const fn set_ina_formatint(&mut self, val: InaFormatint)
pub const fn set_ina_formatint(&mut self, val: InaFormatint)
Input A Internal Format
Sourcepub const fn ina_formatext(&self) -> InaFormatext
pub const fn ina_formatext(&self) -> InaFormatext
Input A External Format
Sourcepub const fn set_ina_formatext(&mut self, val: InaFormatext)
pub const fn set_ina_formatext(&mut self, val: InaFormatext)
Input A External Format
Sourcepub const fn ina_scaler(&self) -> u8
pub const fn ina_scaler(&self) -> u8
Input A Scaler Value
Sourcepub const fn set_ina_scaler(&mut self, val: u8)
pub const fn set_ina_scaler(&mut self, val: u8)
Input A Scaler Value
Trait Implementations§
impl Copy for Inaformat
impl Eq for Inaformat
impl StructuralPartialEq for Inaformat
Auto Trait Implementations§
impl Freeze for Inaformat
impl RefUnwindSafe for Inaformat
impl Send for Inaformat
impl Sync for Inaformat
impl Unpin for Inaformat
impl UnwindSafe for Inaformat
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