Struct acs::mem::register16::Register16
source · [−]pub struct Register16 { /* private fields */ }Expand description
16-bit register, behaving exactly like a 1-bit register, but with 16-bit values
Implementations
sourceimpl Register16
impl Register16
Trait Implementations
sourceimpl Default for Register16
impl Default for Register16
sourcefn default() -> Register16
fn default() -> Register16
Returns the “default value” for a type. Read more
sourceimpl Display for Register16
impl Display for Register16
sourceimpl From<&Register16> for i16
impl From<&Register16> for i16
sourcefn from(register: &Register16) -> Self
fn from(register: &Register16) -> Self
Converts to this type from the input type.
sourceimpl From<i32> for Register16
impl From<i32> for Register16
Auto Trait Implementations
impl RefUnwindSafe for Register16
impl Send for Register16
impl Sync for Register16
impl Unpin for Register16
impl UnwindSafe for Register16
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more