pub struct GtsReqPayload {
pub gts_len: u8,
pub gts_dir: bool,
pub charact_type: bool,
}Expand description
GTS Request payload.
Fields§
§gts_len: u8GTS Length (4 bits).
gts_dir: boolGTS Direction (1 bit).
charact_type: boolCharacteristics Type (1 bit).
Trait Implementations§
Source§impl Clone for GtsReqPayload
impl Clone for GtsReqPayload
Source§fn clone(&self) -> GtsReqPayload
fn clone(&self) -> GtsReqPayload
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 Debug for GtsReqPayload
impl Debug for GtsReqPayload
Source§impl PartialEq for GtsReqPayload
impl PartialEq for GtsReqPayload
impl Eq for GtsReqPayload
impl StructuralPartialEq for GtsReqPayload
Auto Trait Implementations§
impl Freeze for GtsReqPayload
impl RefUnwindSafe for GtsReqPayload
impl Send for GtsReqPayload
impl Sync for GtsReqPayload
impl Unpin for GtsReqPayload
impl UnsafeUnpin for GtsReqPayload
impl UnwindSafe for GtsReqPayload
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