#[repr(C)]pub struct AwsCLogSubjectInfo {
pub subject_id: AwsLogSubject,
pub subject_name: *const u8,
pub subject_description: *const u8,
}
Fields
subject_id: AwsLogSubject
subject_name: *const u8
subject_description: *const u8
Auto Trait Implementations
impl RefUnwindSafe for AwsCLogSubjectInfo
impl !Send for AwsCLogSubjectInfo
impl !Sync for AwsCLogSubjectInfo
impl Unpin for AwsCLogSubjectInfo
impl UnwindSafe for AwsCLogSubjectInfo
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