Returns the flags of the ArrayDescriptor
(&self)
| 291 | |
| 292 | /// Returns the flags of the ArrayDescriptor |
| 293 | pub fn flags(&self) -> ArrayObjectFlags { |
| 294 | ArrayObjectFlags::from_bits_truncate(self.desc.Flags) |
| 295 | } |
| 296 | |
| 297 | /// Sets the flags of the ArrayDescriptor. |
| 298 | pub fn set_flags(&mut self, flags: ArrayObjectFlags) { |
no outgoing calls
no test coverage detected