#[repr(C)]pub struct access_rights_handler_args {
pub chid: chanId,
pub ar: caar,
}Fields§
§chid: chanId§ar: caarAuto Trait Implementations§
impl Freeze for access_rights_handler_args
impl RefUnwindSafe for access_rights_handler_args
impl !Send for access_rights_handler_args
impl !Sync for access_rights_handler_args
impl Unpin for access_rights_handler_args
impl UnwindSafe for access_rights_handler_args
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