pub struct Aqa(/* private fields */);
Implementations§
Source§impl Aqa
impl Aqa
Sourcepub const fn with_asqs_z_checked(self, value: u16) -> Result<Self, ()>
pub const fn with_asqs_z_checked(self, value: u16) -> Result<Self, ()>
Bits: 0..12
Sourcepub const fn with_asqs_z(self, value: u16) -> Self
pub const fn with_asqs_z(self, value: u16) -> Self
Bits: 0..12
Sourcepub const fn set_asqs_z(&mut self, value: u16)
pub const fn set_asqs_z(&mut self, value: u16)
Bits: 0..12
Sourcepub const fn with_reserved_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_reserved_checked(self, value: u8) -> Result<Self, ()>
Bits: 12..16
Sourcepub const fn with_reserved(self, value: u8) -> Self
pub const fn with_reserved(self, value: u8) -> Self
Bits: 12..16
Sourcepub const fn set_reserved(&mut self, value: u8)
pub const fn set_reserved(&mut self, value: u8)
Bits: 12..16
Sourcepub const fn with_acqs_z_checked(self, value: u16) -> Result<Self, ()>
pub const fn with_acqs_z_checked(self, value: u16) -> Result<Self, ()>
Bits: 16..28
Sourcepub const fn with_acqs_z(self, value: u16) -> Self
pub const fn with_acqs_z(self, value: u16) -> Self
Bits: 16..28
Sourcepub const fn set_acqs_z(&mut self, value: u16)
pub const fn set_acqs_z(&mut self, value: u16)
Bits: 16..28
Sourcepub const fn with_reserved2_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_reserved2_checked(self, value: u8) -> Result<Self, ()>
Bits: 28..32
Sourcepub const fn with_reserved2(self, value: u8) -> Self
pub const fn with_reserved2(self, value: u8) -> Self
Bits: 28..32
Sourcepub const fn set_reserved2(&mut self, value: u8)
pub const fn set_reserved2(&mut self, value: u8)
Bits: 28..32
Trait Implementations§
impl Copy for Aqa
Auto Trait Implementations§
impl Freeze for Aqa
impl RefUnwindSafe for Aqa
impl Send for Aqa
impl Sync for Aqa
impl Unpin for Aqa
impl UnwindSafe for Aqa
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