Lines Matching full:transparent
37 #[repr(transparent)]
60 // SAFETY: `DeviceId` is a `#[repr(transparent)]` wrapper of `i2c_device_id` and does not add
218 // SAFETY: `DeviceId` is a `#[repr(transparent)` wrapper of `struct i2c_device_id` and in i2c_id_info()
380 #[repr(transparent)]
408 // `I2cAdapter` is #[repr(transparent)], so this cast is valid. in get()
413 // SAFETY: `I2cAdapter` is a transparent wrapper of a type that doesn't depend on
435 #[repr(transparent)]
471 #[repr(transparent)]
483 // SAFETY: `I2cClient` is a transparent wrapper of `struct i2c_client`.
489 // SAFETY: `I2cClient` is a transparent wrapper of a type that doesn't depend on
555 #[repr(transparent)]