Struct GetPanningReply
pub struct GetPanningReply {Show 16 fields
pub status: SetConfig,
pub sequence: u16,
pub length: u32,
pub timestamp: u32,
pub left: u16,
pub top: u16,
pub width: u16,
pub height: u16,
pub track_left: u16,
pub track_top: u16,
pub track_width: u16,
pub track_height: u16,
pub border_left: i16,
pub border_top: i16,
pub border_right: i16,
pub border_bottom: i16,
}
Fields§
§status: SetConfig
§sequence: u16
§length: u32
§timestamp: u32
§left: u16
§top: u16
§width: u16
§height: u16
§track_left: u16
§track_top: u16
§track_width: u16
§track_height: u16
§border_left: i16
§border_top: i16
§border_right: i16
§border_bottom: i16
Trait Implementations§
§impl Clone for GetPanningReply
impl Clone for GetPanningReply
§fn clone(&self) -> GetPanningReply
fn clone(&self) -> GetPanningReply
Returns a copy 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 more§impl Debug for GetPanningReply
impl Debug for GetPanningReply
§impl Default for GetPanningReply
impl Default for GetPanningReply
§fn default() -> GetPanningReply
fn default() -> GetPanningReply
Returns the “default value” for a type. Read more
§impl From<GetPanningReply> for Reply
impl From<GetPanningReply> for Reply
§fn from(reply: GetPanningReply) -> Reply
fn from(reply: GetPanningReply) -> Reply
Converts to this type from the input type.
§impl Serialize for GetPanningReply
impl Serialize for GetPanningReply
§impl TryParse for GetPanningReply
impl TryParse for GetPanningReply
§fn try_parse(
initial_value: &[u8],
) -> Result<(GetPanningReply, &[u8]), ParseError>
fn try_parse( initial_value: &[u8], ) -> Result<(GetPanningReply, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more
impl Copy for GetPanningReply
Auto Trait Implementations§
impl Freeze for GetPanningReply
impl RefUnwindSafe for GetPanningReply
impl Send for GetPanningReply
impl Sync for GetPanningReply
impl Unpin for GetPanningReply
impl UnwindSafe for GetPanningReply
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
)§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<OwnedFd>,
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd>, ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more