pub struct VerifyCommand<'a> { /* private fields */ }
Implementations§
Source§impl<'a> VerifyCommand<'a>
impl<'a> VerifyCommand<'a>
pub fn control(&mut self, value: u8) -> &mut Self
pub fn group_number(&mut self, value: u8) -> &mut Self
pub fn verify_protect(&mut self, value: u8) -> &mut Self
pub fn disable_page_out(&mut self, value: bool) -> &mut Self
pub fn byte_check(&mut self, value: u8) -> &mut Self
pub fn logical_block_address(&mut self, value: u64) -> &mut Self
pub fn verification_length(&mut self, value: u32) -> &mut Self
pub fn expected_initial_logical_block_reference_tag( &mut self, value: u32, ) -> &mut Self
pub fn expected_logical_block_application_tag( &mut self, value: u16, ) -> &mut Self
pub fn logical_block_application_tag_mask(&mut self, value: u16) -> &mut Self
pub fn logical_block_size(&mut self, value: u32) -> &mut Self
pub fn parameter(&mut self, value: &[u8]) -> &mut Self
pub fn issue_10(&mut self) -> Result<()>
pub fn issue_12(&mut self) -> Result<()>
pub fn issue_16(&mut self) -> Result<()>
pub fn issue_32(&mut self) -> Result<()>
Trait Implementations§
Source§impl<'a> Clone for VerifyCommand<'a>
impl<'a> Clone for VerifyCommand<'a>
Source§fn clone(&self) -> VerifyCommand<'a>
fn clone(&self) -> VerifyCommand<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for VerifyCommand<'a>
impl<'a> RefUnwindSafe for VerifyCommand<'a>
impl<'a> Send for VerifyCommand<'a>
impl<'a> Sync for VerifyCommand<'a>
impl<'a> Unpin for VerifyCommand<'a>
impl<'a> UnwindSafe for VerifyCommand<'a>
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