#[repr(transparent)]pub struct Cbias(pub u32);Expand description
Channel n Bias
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Cbias
impl Eq for Cbias
impl StructuralPartialEq for Cbias
Auto Trait Implementations§
impl Freeze for Cbias
impl RefUnwindSafe for Cbias
impl Send for Cbias
impl Sync for Cbias
impl Unpin for Cbias
impl UnwindSafe for Cbias
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