#[repr(C)]pub struct _krb5_tl_data {
pub tl_data_next: *mut _krb5_tl_data,
pub tl_data_type: krb5_int16,
pub tl_data_length: krb5_ui_2,
pub tl_data_contents: *mut krb5_octet,
}Expand description
Note — these structures cannot be modified without changing the database version number in libkdb.a, but should be expandable by adding new tl_data types.
Fields§
§tl_data_next: *mut _krb5_tl_dataNOT saved
tl_data_type: krb5_int16§tl_data_length: krb5_ui_2§tl_data_contents: *mut krb5_octetTrait Implementations§
Source§impl Clone for _krb5_tl_data
impl Clone for _krb5_tl_data
Source§fn clone(&self) -> _krb5_tl_data
fn clone(&self) -> _krb5_tl_data
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 _krb5_tl_data
impl Debug for _krb5_tl_data
Source§impl Default for _krb5_tl_data
impl Default for _krb5_tl_data
impl Copy for _krb5_tl_data
Auto Trait Implementations§
impl Freeze for _krb5_tl_data
impl RefUnwindSafe for _krb5_tl_data
impl !Send for _krb5_tl_data
impl !Sync for _krb5_tl_data
impl Unpin for _krb5_tl_data
impl UnwindSafe for _krb5_tl_data
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