#[repr(C)]pub struct hdfsEncryptionZoneInfo {
pub mSuite: c_int,
pub mCryptoProtocolVersion: c_int,
pub mId: i64,
pub mPath: *mut c_char,
pub mKeyName: *mut c_char,
}
Expand description
hdfsEncryptionZoneInfo- Information about an encryption zone.
Fields§
§mSuite: c_int
§mCryptoProtocolVersion: c_int
§mId: i64
§mPath: *mut c_char
§mKeyName: *mut c_char
Trait Implementations§
Source§impl Clone for hdfsEncryptionZoneInfo
impl Clone for hdfsEncryptionZoneInfo
Source§fn clone(&self) -> hdfsEncryptionZoneInfo
fn clone(&self) -> hdfsEncryptionZoneInfo
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 hdfsEncryptionZoneInfo
impl Debug for hdfsEncryptionZoneInfo
impl Copy for hdfsEncryptionZoneInfo
Auto Trait Implementations§
impl Freeze for hdfsEncryptionZoneInfo
impl RefUnwindSafe for hdfsEncryptionZoneInfo
impl !Send for hdfsEncryptionZoneInfo
impl !Sync for hdfsEncryptionZoneInfo
impl Unpin for hdfsEncryptionZoneInfo
impl UnwindSafe for hdfsEncryptionZoneInfo
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