pub struct ResTable {
pub package_count: u32,
/* private fields */
}Expand description
Header for a resource table
Fields§
§package_count: u32The number of ResTable_package structures
Implementations§
Auto Trait Implementations§
impl Freeze for ResTable
impl RefUnwindSafe for ResTable
impl Send for ResTable
impl Sync for ResTable
impl Unpin for ResTable
impl UnwindSafe for ResTable
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