pub struct AttributeRow {
pub relation_id: u32,
pub attribute_id: u32,
pub name_format: u32,
pub name: Option<&'static [u8]>,
pub name_id: Option<&'static [u8]>,
pub format: u32,
}Expand description
One row of CSSM_DL_DB_SCHEMA_ATTRIBUTES.
Fields§
§relation_id: u32§attribute_id: u32§name_format: u32§name: Option<&'static [u8]>§name_id: Option<&'static [u8]>§format: u32Auto Trait Implementations§
impl Freeze for AttributeRow
impl RefUnwindSafe for AttributeRow
impl Send for AttributeRow
impl Sync for AttributeRow
impl Unpin for AttributeRow
impl UnsafeUnpin for AttributeRow
impl UnwindSafe for AttributeRow
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