#[repr(C)]pub struct sc_acl_entry {
pub method: c_uint,
pub key_ref: c_uint,
pub crts: [sc_crt; 12],
pub next: *mut sc_acl_entry,
}Fields§
§method: c_uint§key_ref: c_uint§crts: [sc_crt; 12]§next: *mut sc_acl_entryTrait Implementations§
Source§impl Clone for sc_acl_entry
impl Clone for sc_acl_entry
Source§fn clone(&self) -> sc_acl_entry
fn clone(&self) -> sc_acl_entry
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 sc_acl_entry
impl Debug for sc_acl_entry
impl Copy for sc_acl_entry
Auto Trait Implementations§
impl Freeze for sc_acl_entry
impl RefUnwindSafe for sc_acl_entry
impl !Send for sc_acl_entry
impl !Sync for sc_acl_entry
impl Unpin for sc_acl_entry
impl UnwindSafe for sc_acl_entry
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