#[repr(transparent)]pub struct Chmerge(pub u32);Expand description
TSI Channel Merge
Tuple Fields§
§0: u32Implementations§
Source§impl Chmerge
impl Chmerge
Sourcepub const fn channel_enable(&self) -> ChannelEnable
pub const fn channel_enable(&self) -> ChannelEnable
Channel Enable
Sourcepub const fn set_channel_enable(&mut self, val: ChannelEnable)
pub const fn set_channel_enable(&mut self, val: ChannelEnable)
Channel Enable
Trait Implementations§
impl Copy for Chmerge
impl Eq for Chmerge
impl StructuralPartialEq for Chmerge
Auto Trait Implementations§
impl Freeze for Chmerge
impl RefUnwindSafe for Chmerge
impl Send for Chmerge
impl Sync for Chmerge
impl Unpin for Chmerge
impl UnwindSafe for Chmerge
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