#[repr(C)]pub struct AuthorizationExternalForm {
pub bytes: [c_char; 32],
}
Fields§
§bytes: [c_char; 32]
Trait Implementations§
Source§impl Clone for AuthorizationExternalForm
impl Clone for AuthorizationExternalForm
Source§fn clone(&self) -> AuthorizationExternalForm
fn clone(&self) -> AuthorizationExternalForm
Returns a copy 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 AuthorizationExternalForm
impl Debug for AuthorizationExternalForm
impl Copy for AuthorizationExternalForm
Auto Trait Implementations§
impl Freeze for AuthorizationExternalForm
impl RefUnwindSafe for AuthorizationExternalForm
impl Send for AuthorizationExternalForm
impl Sync for AuthorizationExternalForm
impl Unpin for AuthorizationExternalForm
impl UnwindSafe for AuthorizationExternalForm
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)