#[repr(C)]pub struct AwsCLogSubjectInfoList {
pub subject_list: *const AwsCLogSubjectInfo,
pub count: usize,
}
Fields
subject_list: *const AwsCLogSubjectInfo
count: usize
Auto Trait Implementations
impl RefUnwindSafe for AwsCLogSubjectInfoList
impl !Send for AwsCLogSubjectInfoList
impl !Sync for AwsCLogSubjectInfoList
impl Unpin for AwsCLogSubjectInfoList
impl UnwindSafe for AwsCLogSubjectInfoList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more