Struct ::passwd::Group

Represents a group

Methods

fn new(gid: i64, name: String) -> Group

Create a new group

Protocols

protocol get
let output = value.gid

Allows a get operation to work.

protocol set
value.gid = input

Allows a set operation to work.

protocol get
let output = value.name

Allows a get operation to work.

protocol set
value.name = input

Allows a set operation to work.

protocol get
let output = value.passwd

Allows a get operation to work.

protocol set
value.passwd = input

Allows a set operation to work.