pub struct GetClockInformation { /* private fields */ }
Expand description
Get Clock Information Command
Implementations§
Source§impl GetClockInformation
impl GetClockInformation
Sourcepub fn new(address: Address, address_type: AddressType) -> Self
pub fn new(address: Address, address_type: AddressType) -> Self
Constructs a new GetClockInformation
.
Trait Implementations§
Source§impl CommandRequest for GetClockInformation
impl CommandRequest for GetClockInformation
Source§const CODE: CommandCode = CommandCode::GetClockInformation
const CODE: CommandCode = CommandCode::GetClockInformation
Command code.
Source§type Reply = GetClockInformationReply
type Reply = GetClockInformationReply
Return type for this command.
Source§impl Debug for GetClockInformation
impl Debug for GetClockInformation
Source§impl From<GetClockInformation> for Command
impl From<GetClockInformation> for Command
Source§fn from(v: GetClockInformation) -> Self
fn from(v: GetClockInformation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetClockInformation
impl RefUnwindSafe for GetClockInformation
impl Send for GetClockInformation
impl Sync for GetClockInformation
impl Unpin for GetClockInformation
impl UnwindSafe for GetClockInformation
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