pub struct MAX7320 { /* private fields */ }Implementations§
Source§impl MAX7320
impl MAX7320
pub fn new(bus: u8, address: u16) -> Self
pub fn output_on_0_3(&self) -> Result<(), LinuxI2CError>
pub fn output_off_all(&self) -> Result<(), LinuxI2CError>
Auto Trait Implementations§
impl Freeze for MAX7320
impl RefUnwindSafe for MAX7320
impl Send for MAX7320
impl Sync for MAX7320
impl Unpin for MAX7320
impl UnsafeUnpin for MAX7320
impl UnwindSafe for MAX7320
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more