pub struct TcGen {
pub index: u32,
pub capab: u32,
pub action: i32,
pub refcnt: i32,
pub bindcnt: i32,
}
Fields§
§index: u32
§capab: u32
§action: i32
§refcnt: i32
§bindcnt: i32
Trait Implementations§
source§impl<T: AsRef<[u8]>> Parseable<TcGenBuffer<T>> for TcGen
impl<T: AsRef<[u8]>> Parseable<TcGenBuffer<T>> for TcGen
source§fn parse(buf: &TcGenBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &TcGenBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.
source§impl PartialEq for TcGen
impl PartialEq for TcGen
impl Eq for TcGen
impl StructuralPartialEq for TcGen
Auto Trait Implementations§
impl Freeze for TcGen
impl RefUnwindSafe for TcGen
impl Send for TcGen
impl Sync for TcGen
impl Unpin for TcGen
impl UnwindSafe for TcGen
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)