#[repr(C)]pub struct RtaSession {
pub proto: u8,
pub pad1: u8,
pub pad2: u16,
pub u: _RtaSesseionUnion,
}
Fields§
§proto: u8
§pad1: u8
§pad2: u16
§u: _RtaSesseionUnion
Trait Implementations§
Source§impl Clone for RtaSession
impl Clone for RtaSession
Source§fn clone(&self) -> RtaSession
fn clone(&self) -> RtaSession
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 moreimpl Copy for RtaSession
Auto Trait Implementations§
impl Freeze for RtaSession
impl RefUnwindSafe for RtaSession
impl Send for RtaSession
impl Sync for RtaSession
impl Unpin for RtaSession
impl UnwindSafe for RtaSession
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