#[repr(C)]pub struct IfrSecurity {
pub header: IfrOpHeader,
pub permissions: Guid,
}Fields§
§header: IfrOpHeader§permissions: GuidTrait Implementations§
Source§impl Clone for IfrSecurity
impl Clone for IfrSecurity
Source§fn clone(&self) -> IfrSecurity
fn clone(&self) -> IfrSecurity
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 IfrSecurity
impl Debug for IfrSecurity
impl Copy for IfrSecurity
Auto Trait Implementations§
impl Freeze for IfrSecurity
impl RefUnwindSafe for IfrSecurity
impl Send for IfrSecurity
impl Sync for IfrSecurity
impl Unpin for IfrSecurity
impl UnwindSafe for IfrSecurity
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