pub struct GET_BLOCK_COUNT;Trait Implementations§
Source§impl Clone for GET_BLOCK_COUNT
impl Clone for GET_BLOCK_COUNT
Source§fn clone(&self) -> GET_BLOCK_COUNT
fn clone(&self) -> GET_BLOCK_COUNT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ControlCommand for GET_BLOCK_COUNT
impl ControlCommand for GET_BLOCK_COUNT
const IDENTIFIER: ControlCommandIdentifier
type Input = ()
type Output = u32
fn cast_input(input: &AnyByLayout) -> Result<&Self::Input>
fn cast_output(output: &mut AnyByLayout) -> Result<&mut Self::Output>
fn cast<'i, 'o>( input: &'i AnyByLayout, output: &'o mut AnyByLayout, ) -> Result<(&'i Self::Input, &'o mut Self::Output)>
Source§impl Debug for GET_BLOCK_COUNT
impl Debug for GET_BLOCK_COUNT
impl Copy for GET_BLOCK_COUNT
Auto Trait Implementations§
impl Freeze for GET_BLOCK_COUNT
impl RefUnwindSafe for GET_BLOCK_COUNT
impl Send for GET_BLOCK_COUNT
impl Sync for GET_BLOCK_COUNT
impl Unpin for GET_BLOCK_COUNT
impl UnwindSafe for GET_BLOCK_COUNT
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