pub struct CmdBuffer(/* private fields */);Expand description
Command Buffer:
Implementations§
Source§impl CmdBuffer
impl CmdBuffer
Sourcepub fn updt_status(&mut self, bytes: &[u8])
pub fn updt_status(&mut self, bytes: &[u8])
Update the status from a slice of bytes
Sourcepub fn cmd_status(&self) -> CmdStatus
pub fn cmd_status(&self) -> CmdStatus
The bits [3:1] contains a CmdStatus
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmdBuffer
impl RefUnwindSafe for CmdBuffer
impl Send for CmdBuffer
impl Sync for CmdBuffer
impl Unpin for CmdBuffer
impl UnwindSafe for CmdBuffer
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