#[repr(u8)]pub enum Ahbsingle {
INCRBURST = 0,
SINGLEBURST = 1,
}Variants§
INCRBURST = 0
The remaining data in the transfer is sent using INCR burst size
SINGLEBURST = 1
The remaining data in the transfer is sent using Single burst size
Implementations§
Trait Implementations§
Source§impl Ord for Ahbsingle
impl Ord for Ahbsingle
Source§impl PartialOrd for Ahbsingle
impl PartialOrd for Ahbsingle
impl Copy for Ahbsingle
impl Eq for Ahbsingle
impl StructuralPartialEq for Ahbsingle
Auto Trait Implementations§
impl Freeze for Ahbsingle
impl RefUnwindSafe for Ahbsingle
impl Send for Ahbsingle
impl Sync for Ahbsingle
impl Unpin for Ahbsingle
impl UnwindSafe for Ahbsingle
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)