#[repr(transparent)]pub struct Ba411eaeshwcfg2(pub u32);
Expand description
Generic g_CtrSize value.
Tuple Fields§
§0: u32
Implementations§
Source§impl Ba411eaeshwcfg2
impl Ba411eaeshwcfg2
Sourcepub const fn ba411eaeshwcfg2(&self) -> u16
pub const fn ba411eaeshwcfg2(&self) -> u16
Generic g_CtrSize value.
Sourcepub fn set_ba411eaeshwcfg2(&mut self, val: u16)
pub fn set_ba411eaeshwcfg2(&mut self, val: u16)
Generic g_CtrSize value.
Trait Implementations§
Source§impl Clone for Ba411eaeshwcfg2
impl Clone for Ba411eaeshwcfg2
Source§fn clone(&self) -> Ba411eaeshwcfg2
fn clone(&self) -> Ba411eaeshwcfg2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for Ba411eaeshwcfg2
impl Default for Ba411eaeshwcfg2
Source§fn default() -> Ba411eaeshwcfg2
fn default() -> Ba411eaeshwcfg2
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ba411eaeshwcfg2
impl PartialEq for Ba411eaeshwcfg2
impl Copy for Ba411eaeshwcfg2
impl Eq for Ba411eaeshwcfg2
impl StructuralPartialEq for Ba411eaeshwcfg2
Auto Trait Implementations§
impl Freeze for Ba411eaeshwcfg2
impl RefUnwindSafe for Ba411eaeshwcfg2
impl Send for Ba411eaeshwcfg2
impl Sync for Ba411eaeshwcfg2
impl Unpin for Ba411eaeshwcfg2
impl UnwindSafe for Ba411eaeshwcfg2
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)