Enum Gcf
pub enum Gcf {
_0 = 0,
_1 = 1,
}Expand description
General Call Flag
Value on reset: 0
Variants§
_0 = 0
0: Slave has not detected the General Call Address or General Call Address disabled.
_1 = 1
1: Slave has detected the General Call Address.
Trait Implementations§
impl Copy for Gcf
impl Eq for Gcf
impl StructuralPartialEq for Gcf
Auto Trait Implementations§
impl Freeze for Gcf
impl RefUnwindSafe for Gcf
impl Send for Gcf
impl Sync for Gcf
impl Unpin for Gcf
impl UnwindSafe for Gcf
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